ustbhuangyi / vue-sell

:rice: Vue.js高仿饿了么外卖App课程源码 http://coding.imooc.com/class/74.html
3.46k stars 1.36k forks source link

router-view 的不理解处 #11

Closed balmainctf closed 7 years ago

balmainctf commented 7 years ago

1 router-view是一个组件,为什么不在component选项中注册就能有作用呢?其他的header组件必须注册后才能在template中使用...

ustbhuangyi commented 7 years ago

vue-router 的源码,注册了 router-view 和 router-link 组件。 注册时机是当你在代码中调用 Vue.use(VueRouter) 的时候