♻️ refactor some code
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -58,6 +58,7 @@ declare module 'vue' {
|
||||
BackgroundAnimation: typeof import('./src/components/BackgroundAnimation/BackgroundAnimation.vue')['default']
|
||||
BackTop: typeof import('./src/components/MyUI/BackTop/BackTop.vue')['default']
|
||||
Badge: typeof import('./src/components/MyUI/Badge/Badge.vue')['default']
|
||||
BlockOutlined: typeof import('@ant-design/icons-vue')['BlockOutlined']
|
||||
BoxDog: typeof import('./src/components/BoxDog/BoxDog.vue')['default']
|
||||
Breadcrumb: typeof import('./src/components/MyUI/Breadcrumb/Breadcrumb.vue')['default']
|
||||
Button: typeof import('./src/components/MyUI/Button/Button.vue')['default']
|
||||
@@ -88,6 +89,7 @@ declare module 'vue' {
|
||||
DynamicTitle: typeof import('./src/components/DynamicTitle/DynamicTitle.vue')['default']
|
||||
Ellipsis: typeof import('./src/components/MyUI/Ellipsis/Ellipsis.vue')['default']
|
||||
Empty: typeof import('./src/components/MyUI/Empty/Empty.vue')['default']
|
||||
EyeInvisibleOutlined: typeof import('@ant-design/icons-vue')['EyeInvisibleOutlined']
|
||||
EyeOutlined: typeof import('@ant-design/icons-vue')['EyeOutlined']
|
||||
FileImageOutlined: typeof import('@ant-design/icons-vue')['FileImageOutlined']
|
||||
Flex: typeof import('./src/components/MyUI/Flex/Flex.vue')['default']
|
||||
|
Reference in New Issue
Block a user