fix: playground route missing
This commit is contained in:
parent
9f82052c71
commit
cddf71e600
@ -264,6 +264,15 @@ const routes: RouteRecordRaw[] = [
|
|||||||
title: 'JsonViewer',
|
title: 'JsonViewer',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Motion',
|
||||||
|
path: '/examples/motion',
|
||||||
|
component: () => import('#/views/examples/motion/index.vue'),
|
||||||
|
meta: {
|
||||||
|
icon: 'mdi:animation-play',
|
||||||
|
title: 'Motion',
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user