今天一上午都耗在了这里,本来想写一个404页面的,但是写好后怎么都跳转不过去,最后才发现把component写成了components,还是vscode直接提示我的,我根本没发现!!!
错误写法

    {
        path: '*',
        components: notfound
    }

正确写法,没有s

    {
        path: '*',
        component: notfound
    }

再顺手贴一篇vue中容易混淆的单词
总结component和components,routes和route,router, r o u t e 和 route和 routerouter出现的场景

Logo

前往低代码交流专区

更多推荐