网站开发部门工作职责,百度在线下载,重庆市交易中心招标网,东莞市网站建设公司在script中增加
import index from /pages/index/index.vue
把index直接整个作为一个组件引入
然后注册组件
在export default中增加
components:
{index:index
},
注册了index组件#xff0c;内容为import的index
然后就可以在template里使用
index/pages/index/index.vue
把index直接整个作为一个组件引入
然后注册组件
在export default中增加
components:
{index:index
},
注册了index组件内容为import的index
然后就可以在template里使用
index/index使用组件了