chore(typo): use existing color name
This commit is contained in:
parent
f3961449f1
commit
bf859e38ee
|
@ -20,7 +20,7 @@ const emit = defineEmits<Events>()
|
||||||
const props = withDefaults(defineProps<Props>(), {
|
const props = withDefaults(defineProps<Props>(), {
|
||||||
action: () => undefined,
|
action: () => undefined,
|
||||||
disabled: false,
|
disabled: false,
|
||||||
confirmColor: 'danger'
|
confirmColor: 'destructive'
|
||||||
})
|
})
|
||||||
|
|
||||||
const showModal = ref(false)
|
const showModal = ref(false)
|
||||||
|
|
Loading…
Reference in New Issue