index.html:
只有一个#app的div, 全部渲染到这个#app div里去
main.js :
负责渲染#app,main.js里又有很多components组成,还有路由router
router下的index.js下定义的路由:
App.vue :
是所有components的根组件,有一个父路由 < router-view> < /router-view>
再来看路由
Layout的子组件:
index.html:
只有一个#app的div, 全部渲染到这个#app div里去
main.js :
负责渲染#app,main.js里又有很多components组成,还有路由router
router下的index.js下定义的路由:
App.vue :
是所有components的根组件,有一个父路由 < router-view> < /router-view>
再来看路由
Layout的子组件:
相关文章: