spa:single page applcation
1.components目录新建header.vue,footer.vue
Header.vue
Footer.vue
Pages/index.vue修改如下
这里有3个注意点
(1) 必须template开头
(2) 最外层必须要div包括
(3) Component组件的命名和使用也有套路,具体百度
spa:single page applcation
1.components目录新建header.vue,footer.vue
Header.vue
Footer.vue
Pages/index.vue修改如下
这里有3个注意点
(1) 必须template开头
(2) 最外层必须要div包括
(3) Component组件的命名和使用也有套路,具体百度