浏览代码

fix: playground route missing

Netfan 7 月之前
父节点
当前提交
cddf71e600
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      playground/src/router/routes/modules/examples.ts

+ 9 - 0
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',
+        },
+      },
     ],
   },
 ];