假设你有正确的组件,你仍然需要一个小的更新。
将vue路由器作为模块系统加载时,应使用以下方式初始化应用程序:
new Vue({ el: '#app', router, render: h => h(App) });