bill před 2 roky
rodič
revize
713a4d3cec
2 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 1
      src/api/constant.ts
  2. 0 1
      src/components.d.ts

+ 1 - 1
src/api/constant.ts

@@ -3,7 +3,7 @@ export enum ResCode {
   SUCCESS = 0
 }
 
-export const all = null
+export const all = null as unknown as 'null'
 export type All = typeof all
 
 export const ResCodeDesc: { [key in ResCode]: string } = {

+ 0 - 1
src/components.d.ts

@@ -39,7 +39,6 @@ declare module '@vue/runtime-core' {
     DeleteOutlined: typeof import('@ant-design/icons-vue')['DeleteOutlined']
     DownOutlined: typeof import('@ant-design/icons-vue')['DownOutlined']
     EasyText: typeof import('./components/easyText/index.vue')['default']
-    List: typeof import('./components/list/index.vue')['default']
     Loading: typeof import('./components/loading/index.vue')['default']
     RouterLink: typeof import('vue-router')['RouterLink']
     RouterView: typeof import('vue-router')['RouterView']