vue路由中的component和components的区别
今天一上午都耗在了这里,本来想写一个404页面的,但是写好后怎么都跳转不过去,最后才发现把component写成了components,还是vscode直接提示我的,我根本没发现!!!错误写法{path: '*',components: notfound}正确写法,没有s{path: '*',component: notfound}再顺手贴一篇vue中容易混淆的单词总结componen
·
今天一上午都耗在了这里,本来想写一个404页面的,但是写好后怎么都跳转不过去,最后才发现把component写成了components,还是vscode直接提示我的,我根本没发现!!!
错误写法
{
path: '*',
components: notfound
}
正确写法,没有s
{
path: '*',
component: notfound
}
再顺手贴一篇vue中容易混淆的单词
总结component和components,routes和route,router,
r
o
u
t
e
和
route和
route和router出现的场景
更多推荐
已为社区贡献4条内容
所有评论(0)