3.【nuxt起步】-下面以一个SPA单页程序为例子

spa:single page applcation

1.components目录新建header.vue,footer.vue

Header.vue

 

Footer.vue

 

Pages/index.vue修改如下

 

这里有3个注意点

(1) 必须template开头

(2) 最外层必须要div包括

(3) Component组件的命名和使用也有套路,具体百度

原文地址:https://www.cnblogs.com/kobewang/p/10043758.html