docs(context-menu): update

This commit is contained in:
Benjamin Canac
2024-08-07 14:51:01 +02:00
parent 9af6d7dc59
commit 71d27152ed
7 changed files with 241 additions and 7 deletions

View File

@@ -75,7 +75,8 @@ import UDropdownMenuContent from './DropdownMenuContent.vue'
import { omit } from '../utils'
const props = withDefaults(defineProps<DropdownMenuProps<T>>(), {
portal: true
portal: true,
modal: true
})
const emits = defineEmits<DropdownMenuEmits>()
const slots = defineSlots<DropdownMenuSlots<T>>()