Переглянути джерело

chore: removed ready pages from playground routes

Tino Koch 3 тижнів тому
батько
коміт
0b5edf4d93
1 змінених файлів з 0 додано та 5 видалено
  1. 0 5
      playground/vue/src/router/routes/basic.ts

+ 0 - 5
playground/vue/src/router/routes/basic.ts

@@ -44,11 +44,6 @@ export const basicRoutes = [
     name: 'Pierced Props',
     name: 'Pierced Props',
     component: () => import('../../pages/basic/PiercedProps.vue'),
     component: () => import('../../pages/basic/PiercedProps.vue'),
   },
   },
-  {
-    path: '/basic/ready',
-    name: '@ready',
-    component: () => import('../../pages/basic/ready/index.vue'),
-  },
   {
   {
     path: '/basic/textures',
     path: '/basic/textures',
     name: 'Textures',
     name: 'Textures',