hookehuyr

refactor(components): 移除未使用的 VanFloatingBubble 组件声明

...@@ -52,7 +52,6 @@ declare module 'vue' { ...@@ -52,7 +52,6 @@ declare module 'vue' {
52 VanDropdownMenu: typeof import('vant/es')['DropdownMenu'] 52 VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
53 VanEmpty: typeof import('vant/es')['Empty'] 53 VanEmpty: typeof import('vant/es')['Empty']
54 VanField: typeof import('vant/es')['Field'] 54 VanField: typeof import('vant/es')['Field']
55 - VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
56 VanForm: typeof import('vant/es')['Form'] 55 VanForm: typeof import('vant/es')['Form']
57 VanIcon: typeof import('vant/es')['Icon'] 56 VanIcon: typeof import('vant/es')['Icon']
58 VanImage: typeof import('vant/es')['Image'] 57 VanImage: typeof import('vant/es')['Image']
......