doc 文档和打包配置更新

This commit is contained in:
bootx
2024-02-13 22:02:53 +08:00
parent 12e481a99e
commit c0655c5da6
3 changed files with 56 additions and 7 deletions

6
components.d.ts vendored
View File

@@ -17,15 +17,9 @@ declare module '@vue/runtime-core' {
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
VanField: typeof import('vant/es')['Field']
VanForm: typeof import('vant/es')['Form']
Vani: typeof import('vant/es')['i']
VanIcon: typeof import('vant/es')['Icon']
VanInput: typeof import('vant/es')['Input']
VanLoading: typeof import('vant/es')['Loading']
VanNavBar: typeof import('vant/es')['NavBar']
VanNumberKeyboard: typeof import('vant/es')['NumberKeyboard']
VanOverlay: typeof import('vant/es')['Overlay']
VanRadio: typeof import('vant/es')['Radio']
VanRadioGroup: typeof import('vant/es')['RadioGroup']
VanSwitch: typeof import('vant/es')['Switch']
VanTabbar: typeof import('vant/es')['Tabbar']
VanTabbarItem: typeof import('vant/es')['TabbarItem']