This commit is contained in:
les
2020-08-05 17:30:41 +02:00
parent 41e3e97af7
commit e7b214655f
9 changed files with 108 additions and 109 deletions

View File

@@ -28,6 +28,7 @@
min-width="290px")
template(v-slot:activator='{ on }')
v-text-field(:value='colors[i]'
:label='i'
v-on='on' clearable readonly)
v-color-picker(light @update:color='c => updateColor(i, c)')