diff --git a/playground/src/router/routes/modules/examples.ts b/playground/src/router/routes/modules/examples.ts index f74c03fc..b75668c9 100644 --- a/playground/src/router/routes/modules/examples.ts +++ b/playground/src/router/routes/modules/examples.ts @@ -264,6 +264,15 @@ const routes: RouteRecordRaw[] = [ title: 'JsonViewer', }, }, + { + name: 'Motion', + path: '/examples/motion', + component: () => import('#/views/examples/motion/index.vue'), + meta: { + icon: 'mdi:animation-play', + title: 'Motion', + }, + }, ], }, ];