tangning 2 lat temu
rodzic
commit
dae87f3ddc
2 zmienionych plików z 1 dodań i 3 usunięć
  1. 0 2
      components.d.ts
  2. 1 1
      src/views/home/index.vue

+ 0 - 2
components.d.ts

@@ -16,12 +16,10 @@ declare module '@vue/runtime-core' {
     VanField: typeof import('vant/es')['Field']
     VanForm: typeof import('vant/es')['Form']
     VanIcon: typeof import('vant/es')['Icon']
-    VanList: typeof import('vant/es')['List']
     VanRadio: typeof import('vant/es')['Radio']
     VanRadioGroup: typeof import('vant/es')['RadioGroup']
     VanRate: typeof import('vant/es')['Rate']
     VanTab: typeof import('vant/es')['Tab']
     VanTabs: typeof import('vant/es')['Tabs']
-    VanUploader: typeof import('vant/es')['Uploader']
   }
 }

+ 1 - 1
src/views/home/index.vue

@@ -68,6 +68,6 @@ const changeActive = (type) => {
   margin: 20px;
 }
 .btn-confirm {
-  @include main-lang-bg(302px, 82px, '/@/assets/button', 'confirm.png');
+  // @include main-lang-bg(302px, 82px, '/@/assets/button', 'confirm.png');
 }
 </style>