lint
This commit is contained in:
parent
fe7315bdb5
commit
6c9b4a48d8
3 changed files with 12 additions and 4 deletions
|
|
@ -4,9 +4,11 @@
|
|||
:class="{ '-compact': compact, '-apply': apply, '-mobile': mobile }"
|
||||
>
|
||||
<div class="palette">
|
||||
<div v-for="key in paletteKeys">
|
||||
<div
|
||||
v-for="key in paletteKeys"
|
||||
:key="key"
|
||||
>
|
||||
<ColorInput
|
||||
:key="key"
|
||||
:name="key"
|
||||
:model-value="props.modelValue[key]"
|
||||
:fallback="fallback(key)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue