fix(breadcrumbs): color attribute shows on DOM for Vue (#27068)

Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
This commit is contained in:
Sean Perkins
2023-03-30 17:11:22 -04:00
committed by GitHub
parent 6d851f19f8
commit 141ced5010
6 changed files with 71 additions and 2 deletions

View File

@ -70,6 +70,10 @@ 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')