Skip to content

Commit cb7b92b

Browse files
committed
fix(FileSystem): missing tooltips on color chips
Signed-off-by: Pedro Lamas <[email protected]>
1 parent 007bf25 commit cb7b92b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/ui/AppChipColor.vue

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<template>
22
<v-chip
3+
v-bind="$attrs"
34
:style="{
45
background: color
56
}"
67
small
8+
v-on="$listeners"
79
>
810
<slot />
911
</v-chip>

0 commit comments

Comments
 (0)