From edad9b7f5ca6ee0afc5dbca9a49dffba8537a56f Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 10 Dec 2024 12:13:32 +0100 Subject: [PATCH] chore(Chip): improve `inset` prop tsdoc --- 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 ce91a0d2..0250e112 100644 --- a/src/runtime/components/Chip.vue +++ b/src/runtime/components/Chip.vue @@ -22,7 +22,7 @@ export interface ChipProps { color?: ChipVariants['color'] size?: ChipVariants['size'] position?: ChipVariants['position'] - /** When `true`, translate the chip at the edge for non rounded elements. */ + /** When `true`, keep the chip inside the component for rounded elements. */ inset?: boolean /** When `true`, render the chip relatively to the parent. */ standalone?: boolean