Fix input/value

This commit is contained in:
rijkvanzanten
2021-06-11 21:22:28 -04:00
parent 0a8a3addee
commit 8c7abba300

View File

@@ -11,7 +11,7 @@
<v-card-text>
<div class="fields">
<v-input autofocus v-model="values.name" :placeholder="t('dashboard_name')" />
<interface-select-icon v-model="values.icon" />
<interface-select-icon @input="values.icon = $event" :value="values.icon" />
<v-input class="full" v-model="values.note" :placeholder="t('note')" />
</div>
</v-card-text>