We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440f999 commit ab4c3bcCopy full SHA for ab4c3bc
packages/vue/test/base/src/router/index.ts
@@ -70,10 +70,6 @@ const routes: Array<RouteRecordRaw> = [
70
path: '/navigation',
71
component: () => import('@/views/Navigation.vue')
72
},
73
- {
74
- path: '/components',
75
- component: () => import('@/views/Components.vue'),
76
- },
77
{
78
path: '/components/breadcrumbs',
79
component: () => import('@/views/Breadcrumbs.vue')
0 commit comments