Revert "bug(breadcrumbs): color attribute shows on DOM for Vue (#27040)" (#27069)

This reverts commit dd419c0066d312f45c741bbe399d9764faf64841.

Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
This commit is contained in:
Sean Perkins
2023-03-30 13:50:34 -04:00
committed by GitHub
parent dd419c0066
commit abadeedc9e
6 changed files with 2 additions and 71 deletions

View File

@ -70,10 +70,6 @@ const routes: Array<RouteRecordRaw> = [
path: '/components',
component: () => import('@/views/Components.vue'),
},
{
path: '/components/breadcrumbs',
component: () => import('@/views/Breadcrumbs.vue')
},
{
path: '/components/select',
component: () => import('@/views/Select.vue')