fix(react/vue): properly switch ionicon based on the mode when ios/md is set (#26924)

closes #26207
This commit is contained in:
Brandy Carney
2023-03-14 15:03:28 -04:00
committed by GitHub
parent af79673246
commit 1eb9a085b2
16 changed files with 383 additions and 14 deletions

View File

@ -33,6 +33,10 @@ const routes: Array<RouteRecordRaw> = [
path: '/keep-contents-mounted',
component: () => import('@/views/OverlaysKeepContentsMounted.vue')
},
{
path: '/icons',
component: () => import('@/views/Icons.vue')
},
{
path: '/inputs',
component: () => import('@/views/Inputs.vue')