mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
test(Button): add
This commit is contained in:
@@ -39,6 +39,14 @@ const props = defineProps({
|
||||
type: String as PropType<ButtonProps['label']>,
|
||||
default: undefined
|
||||
},
|
||||
color: {
|
||||
type: String as PropType<ButtonProps['color']>,
|
||||
default: undefined
|
||||
},
|
||||
size: {
|
||||
type: String as PropType<ButtonProps['size']>,
|
||||
default: undefined
|
||||
},
|
||||
icon: {
|
||||
type: String as PropType<ButtonProps['icon']>,
|
||||
default: undefined
|
||||
@@ -87,14 +95,6 @@ const props = defineProps({
|
||||
type: Boolean as PropType<ButtonProps['truncate']>,
|
||||
default: false
|
||||
},
|
||||
color: {
|
||||
type: String as PropType<ButtonProps['color']>,
|
||||
default: undefined
|
||||
},
|
||||
size: {
|
||||
type: String as PropType<ButtonProps['size']>,
|
||||
default: undefined
|
||||
},
|
||||
class: {
|
||||
type: String as PropType<ButtonProps['class']>,
|
||||
default: undefined
|
||||
|
||||
Reference in New Issue
Block a user