vue注册全局组件

 

 

// 在main.js中加入以下代码
import AmountInput from '@/globalComponents/amountInput'
Vue.use(AmountInput)

 

posted @ 2022-05-07 10:26  Stitchhhhh  阅读(18)  评论(0编辑  收藏  举报