diff --git a/src/runtime/components/Chip.vue b/src/runtime/components/Chip.vue index 6be71783..5be7b2ca 100644 --- a/src/runtime/components/Chip.vue +++ b/src/runtime/components/Chip.vue @@ -22,7 +22,7 @@ export interface ChipProps extends Omit { /** When `true`, render the chip relatively to the parent. */ standalone?: boolean class?: any - ui?: Partial + ui?: Partial } export interface ChipSlots {