浏览代码

修改问题

tangning 2 年之前
父节点
当前提交
dae87f3ddc
共有 2 个文件被更改,包括 1 次插入3 次删除
  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>