第一步
在components目录新建你的组件文件(indexPage.vue),script一定要export default{}
第二步
在需要用的页面(组件)中导入:import index Page from '@/components/indexPage.vue'
第三步
注入到vue的子组件的components属性上面,components:{ index Page }
第四步
在template视图view中使用
在components目录新建你的组件文件(indexPage.vue),script一定要export default{}
在需要用的页面(组件)中导入:import index Page from '@/components/indexPage.vue'
注入到vue的子组件的components属性上面,components:{ index Page }
在template视图view中使用
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:http://phpfv.com/index/view/57.html