aboutsummaryrefslogtreecommitdiff
path: root/src/components/shadow_control
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-07-07 00:54:17 +0300
committerHenry Jameson <me@hjkos.com>2019-07-07 00:54:17 +0300
commit020c6d1bcfaf67ccb9ecdab13a39a1ddea868bb6 (patch)
tree2c4d29afd542e288ad1907609a1b12c7c0719e31 /src/components/shadow_control
parent1ec4caa0bbea18854a8a7bccaa7e2a0ea8bdf79e (diff)
all the manual fixes
Diffstat (limited to 'src/components/shadow_control')
-rw-r--r--src/components/shadow_control/shadow_control.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/shadow_control/shadow_control.vue b/src/components/shadow_control/shadow_control.vue
index faefe1ff..de8a42d1 100644
--- a/src/components/shadow_control/shadow_control.vue
+++ b/src/components/shadow_control/shadow_control.vue
@@ -72,6 +72,7 @@
>
<option
v-for="(shadow, index) in cValue"
+ :key="index"
:value="index"
>
{{ $t('settings.style.shadows.shadow_id', { value: index }) }}