diff options
Diffstat (limited to 'src/components/font_control')
| -rw-r--r-- | src/components/font_control/font_control.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/font_control/font_control.vue b/src/components/font_control/font_control.vue index 87644628..61f0384b 100644 --- a/src/components/font_control/font_control.vue +++ b/src/components/font_control/font_control.vue @@ -35,6 +35,7 @@ > <option v-for="option in availableOptions" + :key="option" :value="option" > {{ option === 'custom' ? $t('settings.style.fonts.custom') : option }} |
