释放双眼,带上耳机,听听看~!
1、在 components 目录新建你的组件文件(indexPage.vue),script 一定要 export default{}
2、在需要用的页面(组件)中导入:import indexPage from’@/components/indexPage.vue’
3、注入到 vue 的子组件的 components 属性上面,components:{indexPage}
4、在 template 视图 view 中使用,例如有 indexPage 命名,使用的时候则 index-page
内容投诉