0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 03:05:15 +00:00

add colon

This commit is contained in:
tired6488 2022-08-28 17:49:03 -05:00
parent 8b2a4d748e
commit 227218ae4a

View file

@ -106,10 +106,10 @@
>
<v-card-title class="text-h5">{{ lang.createentryfull }}</v-card-title>
<v-card-text>
<v-text-field v-model="selectedKey" label="lang.key" solo />
<v-text-field v-model="selectedKey" :label="lang.key" solo />
<v-text-field
v-model="selectedKeyData"
label="lang.value"
:label="lang.value"
solo
style="margin-bottom: -2em"
/>