mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
@@ -66,7 +66,7 @@ export default defineComponent({
|
||||
},
|
||||
type: {
|
||||
type: String as PropType<'solid' | 'dotted' | 'dashed'>,
|
||||
default: 'solid',
|
||||
default: () => config.default.type,
|
||||
validator: (value: string) => ['solid', 'dotted', 'dashed'].includes(value)
|
||||
},
|
||||
class: {
|
||||
|
||||
@@ -46,6 +46,7 @@ export default {
|
||||
},
|
||||
label: 'text-sm',
|
||||
default: {
|
||||
size: '2xs' as const
|
||||
size: '2xs' as const,
|
||||
type: 'solid' as const
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user