kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(front): apply extraneous props (fallback props) to list of pills
rodzic
35899ea833
commit
cec9c8e04d
|
|
@ -83,7 +83,10 @@ onMounted(() => {
|
|||
<Layout
|
||||
flex
|
||||
gap-4
|
||||
v-bind="color({}, ['solid', 'default', 'secondary'])()"
|
||||
v-bind="{
|
||||
...$attrs,
|
||||
...color({}, ['solid', 'default', 'secondary'])()
|
||||
}"
|
||||
:class="$style.list"
|
||||
>
|
||||
<Pill
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue