generated from thzxcx/vue3
perf: 精简样式
This commit is contained in:
4
types/components.d.ts
vendored
4
types/components.d.ts
vendored
@ -7,6 +7,7 @@ export {}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Alert: typeof import('./../packages/alert/index.vue')['default']
|
||||
Button: typeof import('./../packages/button/index.vue')['default']
|
||||
Card: typeof import('./../packages/card/index.vue')['default']
|
||||
CardActions: typeof import('./../packages/card-actions/index.vue')['default']
|
||||
@ -14,11 +15,14 @@ declare module 'vue' {
|
||||
CardSubtitle: typeof import('./../packages/card-subtitle/index.vue')['default']
|
||||
CardText: typeof import('./../packages/card-text/index.vue')['default']
|
||||
CardTitle: typeof import('./../packages/card-title/index.vue')['default']
|
||||
Confirm: typeof import('./../packages/confirm/index.vue')['default']
|
||||
DefaultLayout: typeof import('./../packages/default-layout/index.vue')['default']
|
||||
Header: typeof import('./../packages/header/index.vue')['default']
|
||||
Image: typeof import('./../dev/Image.vue')['default']
|
||||
Modal: typeof import('./../packages/modal/index.vue')['default']
|
||||
Prompt: typeof import('./../packages/prompt/index.vue')['default']
|
||||
SearchPicker: typeof import('./../packages/search-picker/index.vue')['default']
|
||||
Tag: typeof import('./../packages/tag/index.vue')['default']
|
||||
Text: typeof import('./../dev/Text.vue')['default']
|
||||
UniBadge: typeof import('@uni-helper/uni-ui-types')['UniBadge']
|
||||
UniBreadcrumb: typeof import('@uni-helper/uni-ui-types')['UniBreadcrumb']
|
||||
|
Reference in New Issue
Block a user