1. 首页
  2. 数据库
  3. 其它
  4. vue router无法渲染的解决方法不止是routes写错为router偶?

vue router无法渲染的解决方法不止是routes写错为router偶?

上传者: 2021-01-17 02:10:05上传 PDF文件 35.35KB 热度 11次
vue-router没有渲染页面 网上内容一般问题都是将routes写成了router,而我的问题不是这个,仔细观察代码没有错误啊。 首页 新闻 热点 const Home={template:' 首页 '} const News={template:' 新闻 '} const Hot={template:' 热点 '} //Vue.extend(template:' 首页 ') //配置路径 const routes=[ { path:'/home',component:Home
用户评论