Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-01-23 11:56:40 +0300
committerdartcafe <github@dartcafe.de>2022-01-23 11:56:40 +0300
commitf68566602c0b3ad17990e536e7cb9e864936cf8f (patch)
tree1c7408c55084856bb700ea003d368d33d01df48d /src/js/components/Options
parentab4345bd378c80c3f60c4dd17984fc2e359e3c44 (diff)
some code maintenance
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Options')
-rw-r--r--src/js/components/Options/OptionItem.vue8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/js/components/Options/OptionItem.vue b/src/js/components/Options/OptionItem.vue
index 43275e19..bb21be30 100644
--- a/src/js/components/Options/OptionItem.vue
+++ b/src/js/components/Options/OptionItem.vue
@@ -26,12 +26,14 @@
<slot name="icon" />
- <div v-html="optionText"
- v-if="show === 'textBox'"
+ <!-- eslint-disable vue/no-v-html -->
+ <div v-if="show === 'textBox'"
v-tooltip.auto="optionTooltip"
- class="option-item__option--text">
+ class="option-item__option--text"
+ v-html="optionText">
{{ optionText }}
</div>
+ <!-- eslint-enable vue/no-v-html -->
<div v-if="show === 'dateBox'" v-tooltip.auto="dateLocalFormatUTC" class="option-item__option--datebox">
<div class="event-date">