webpack中引入自定義組件

1. 在components文件夾中創建一個新的組件 創建了一個新的組件命名爲Blank.vue 在裏面進行基本的配置 2. 在index.js中import自定義組件 加入指令:import blank from ‘./components/Blank.vue’ Vue.component(‘blank’,blank) 3. 在頁面中加入標籤,插入組件 然後就可以在頁面中顯示自定義的組件了
相關文章
相關標籤/搜索