点了内容之后,跳到了/content,但没有显示“content.vue”中的“这是内容页”
下面是文件内容:
new VueRouter({ mode: 'history', base: process.env.BASE_URL, routes: [] // 注意这个参数的写法为routes而不是routers })
具体路由的path怎么写,参考官网