mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 13:38:07 +01:00
docs(chip): update
This commit is contained in:
@@ -44,7 +44,10 @@ import { computed } from 'vue'
|
||||
import { Primitive } from 'radix-vue'
|
||||
import { useAvatarGroup } from '../composables/useAvatarGroup'
|
||||
|
||||
const props = defineProps<ChipProps>()
|
||||
const props = withDefaults(defineProps<ChipProps>(), {
|
||||
inset: false,
|
||||
standalone: false
|
||||
})
|
||||
defineSlots<ChipSlots>()
|
||||
|
||||
const show = defineModel<boolean>('show', { default: true })
|
||||
|
||||
Reference in New Issue
Block a user