Cleanup eslintrc
This commit is contained in:
parent
b17941fc44
commit
8a27f350bb
2 changed files with 13 additions and 14 deletions
|
|
@ -14,7 +14,7 @@ interface Props {
|
|||
|
||||
const emit = defineEmits<Events>()
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
action: () => {},
|
||||
action: () => undefined,
|
||||
disabled: false,
|
||||
confirmColor: 'danger'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue