From 9037a1d94c1514763f4f0c02f755c7000bece93c Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 15 May 2024 14:47:26 +0200 Subject: [PATCH] chore(Chip): wrong `ui` typeof --- src/runtime/components/Chip.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {