mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 07:21:46 +01:00
chore: clean withDefaults
This commit is contained in:
@@ -45,7 +45,11 @@ import { reactivePick } from '@vueuse/core'
|
||||
import { useAppConfig } from '#app'
|
||||
import UButton from '#ui/components/Button.vue'
|
||||
|
||||
const props = withDefaults(defineProps<ModalProps>(), { portal: true, overlay: true, transition: true })
|
||||
const props = withDefaults(defineProps<ModalProps>(), {
|
||||
portal: true,
|
||||
overlay: true,
|
||||
transition: true
|
||||
})
|
||||
const emits = defineEmits<ModalEmits>()
|
||||
defineSlots<ModalSlots>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user