0
点赞
收藏
分享

微信扫一扫

vue3定义全局混入


const app = createApp(App);
app.mixin({
methods: {
dawo() {
console.log(88888);
},
},
});


举报

相关推荐

0 条评论