This commit is contained in:
Zyronon
2025-11-19 01:28:37 +08:00
parent b58a1cf94d
commit a6fd59b76b
5 changed files with 80 additions and 35 deletions

1
components.d.ts vendored
View File

@@ -107,6 +107,7 @@ declare module 'vue' {
IconIxWechatLogo: typeof import('~icons/ix/wechat-logo')['default']
IconPhExportLight: typeof import('~icons/ph/export-light')['default']
IconSimpleIconsWechat: typeof import('~icons/simple-icons/wechat')['default']
IconStreamlineDiscountPercentCoupon: typeof import('~icons/streamline/discount-percent-coupon')['default']
IconSystemUiconsImport: typeof import('~icons/system-uicons/import')['default']
InputNumber: typeof import('./src/components/base/InputNumber.vue')['default']
List: typeof import('./src/components/list/List.vue')['default']