mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 00:40:34 +01:00
chore(components): add missing emits for docs
This commit is contained in:
@@ -29,6 +29,10 @@ export interface ChipSlots {
|
||||
default(props?: any): any
|
||||
content(props?: any): any
|
||||
}
|
||||
|
||||
export interface ChipEmits {
|
||||
(e: 'update:show', payload: boolean): void
|
||||
}
|
||||
</script>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user