vue router无法渲染的解决方法不止是routes写错为router偶?
vue-router没有渲染页面 网上内容一般问题都是将routes写成了router,而我的问题不是这个,仔细观察代码没有错误啊。 首页 新闻 热点 const Home={template:' 首页 '} const News={template:' 新闻 '} const Hot={template:' 热点 '} //Vue.extend(template:' 首页 ') //配置路径 const routes=[ { path:'/home',component:Home
下载地址
用户评论