zhangjie 1 жил өмнө
parent
commit
54f1bdccf1
2 өөрчлөгдсөн 1 нэмэгдсэн , 3 устгасан
  1. 0 2
      components.d.ts
  2. 1 1
      package.json

+ 0 - 2
components.d.ts

@@ -20,8 +20,6 @@ declare module '@vue/runtime-core' {
     APagination: typeof import('ant-design-vue/es')['Pagination']
     APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
     APopover: typeof import('ant-design-vue/es')['Popover']
-    ARadio: typeof import('ant-design-vue/es')['Radio']
-    ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
     ARow: typeof import('ant-design-vue/es')['Row']
     ASelect: typeof import('ant-design-vue/es')['Select']
     ASelectOption: typeof import('ant-design-vue/es')['SelectOption']

+ 1 - 1
package.json

@@ -6,7 +6,7 @@
     "start": "vite --host 0.0.0.0",
     "dev": "vite --force",
     "prebuild": "node --experimental-json-modules prebuild.mjs",
-    "build": "vue-tsc --noEmit --skipLibCheck && vite build",
+    "build": "vite build",
     "build-without-type-check": "vite build",
     "typecheck": "vue-tsc --noEmit --skipLibCheck",
     "serve": "vite preview",