Results 2 issues of K-walker

你好,我想向您请教一个问题,就是我在template标签中使用router-view会报错: Failed to mount component:template or render function not defined . 但是把router-view去掉就又正常了,您知道是为什么吗? App.vue ``` 用户管理系统 退出 {{accountName}} export default { data () { return { accountName: 'Admin' } } }...

由于目前@types文件中组件的的.d.ts 文件需要手动去创建,感觉比较麻烦,希望后面能够在打包组件的时候自动生成对应的.d.ts文件,望采纳,谢谢了