vue-admin-template icon indicating copy to clipboard operation
vue-admin-template copied to clipboard

Duplicate keys detected: '/dashboard'

Open jdleung opened this issue 4 years ago • 4 comments

项目运行的时候出现以下错误,router和breadcrumb中的dashboard没改过。请问哪里可以更正?谢谢

[Vue warn]: Duplicate keys detected: '/dashboard'. This may cause an update error.

found in

---> <Breadcrumb> at src/components/Breadcrumb/index.vue <Navbar> at src/layout/components/Navbar.vue <Layout> at src/layout/index.vue <App> at src/App.vue <Root>

jdleung avatar Aug 07 '20 04:08 jdleung

有相同的问题

SpursYang avatar Oct 11 '21 13:10 SpursYang

the same problem

Lelouch1993 avatar Oct 11 '21 14:10 Lelouch1993

我也遇到了

BadKid90s avatar Dec 11 '22 06:12 BadKid90s

可以参考 https://blog.csdn.net/weixin_45265547/article/details/129396770 <el-breadcrumb-item v-for="(item,index) in levelList" :key="item.path"> </el-breadcrumb-item>

dengliming avatar Aug 31 '23 09:08 dengliming