We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007bf25 commit cb7b92bCopy full SHA for cb7b92b
src/components/ui/AppChipColor.vue
@@ -1,9 +1,11 @@
1
<template>
2
<v-chip
3
+ v-bind="$attrs"
4
:style="{
5
background: color
6
}"
7
small
8
+ v-on="$listeners"
9
>
10
<slot />
11
</v-chip>
0 commit comments