mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
refactor(components): unite syntax for emits declaration (#4512)
This commit is contained in:
@@ -35,7 +35,7 @@ export interface ChipProps {
|
||||
}
|
||||
|
||||
export interface ChipEmits {
|
||||
(e: 'update:show', payload: boolean): void
|
||||
'update:show': [payload: boolean]
|
||||
}
|
||||
|
||||
export interface ChipSlots {
|
||||
|
||||
Reference in New Issue
Block a user