关于错误[vue-router] route config "component" for path: /Home cannot be a string id. Use an actual component instead.

{
            path:"/Home",
            component:Home
        },

代码中

component的配置不能 写成字符串形式,如果写了就会报如上错误,去掉引号即可
posted @ 2022-11-26 11:13  小白字太白  阅读(575)  评论(0编辑  收藏  举报