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