Explorar el Código

修改文件夹名

chillqi hace 2 años
padre
commit
556be03cb3
Se han modificado 3 ficheros con 1 adiciones y 15 borrados
  1. 0 14
      components.d.ts
  2. 1 1
      src/router/index.ts
  3. 0 0
      src/views/manager/CreateStore.vue

+ 0 - 14
components.d.ts

@@ -8,24 +8,10 @@ export {}
 declare module 'vue' {
   export interface GlobalComponents {
     AllStore: typeof import('./src/components/AllStore.vue')['default']
-    Dashboard: typeof import('./src/views/portal/Dashboard.vue')['default']
     DropFile: typeof import('./src/components/DropFile.vue')['default']
-    ElAside: typeof import('element-plus/es')['ElAside']
-    ElAvatar: typeof import('element-plus/es')['ElAvatar']
-    ElButton: typeof import('element-plus/es')['ElButton']
     ElCard: typeof import('element-plus/es')['ElCard']
-    ElCol: typeof import('element-plus/es')['ElCol']
-    ElContainer: typeof import('element-plus/es')['ElContainer']
-    ElDivider: typeof import('element-plus/es')['ElDivider']
-    ElForm: typeof import('element-plus/es')['ElForm']
-    ElFormItem: typeof import('element-plus/es')['ElFormItem']
-    ElHeader: typeof import('element-plus/es')['ElHeader']
     ElIcon: typeof import('element-plus/es')['ElIcon']
-    ElImage: typeof import('element-plus/es')['ElImage']
-    ElMain: typeof import('element-plus/es')['ElMain']
     ElRow: typeof import('element-plus/es')['ElRow']
-    ElSpace: typeof import('element-plus/es')['ElSpace']
-    ElTag: typeof import('element-plus/es')['ElTag']
     Footer: typeof import('./src/components/Footer.vue')['default']
     Header: typeof import('./src/components/Header.vue')['default']
     HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']

+ 1 - 1
src/router/index.ts

@@ -32,7 +32,7 @@ const router = createRouter({
         ]
     }, {
         path: '/manager/createStore',
-        component: () => import('../views/Manager/CreateStore.vue'),
+        component: () => import('../views/manager/CreateStore.vue'),
     }]
 })
 

+ 0 - 0
src/views/Manager/CreateStore.vue → src/views/manager/CreateStore.vue