File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,8 @@ onMounted(() => {
33
33
34
34
<template >
35
35
<p class =" comment" >
36
- <span
37
- class =" comment-main"
38
- :style =" {
39
- '--main-color': textColor(color),
40
- }"
41
- v-html =" titleText"
42
- />
36
+ <!-- eslint-disable-next-line vue/no-v-html -->
37
+ <span class =" comment-main" :style =" { '--main-color': textColor(color) }" v-html =" titleText" />
43
38
</p >
44
39
</template >
45
40
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ onMounted(function () {
26
26
<template >
27
27
<div class =" event-frame-root" >
28
28
<div class =" event-frame-content" :class =" paddingClass" >
29
+ <!-- eslint-disable-next-line vue/no-v-html -->
29
30
<h3 :id =" id" :class =" fontClass" v-html =" titleText" />
30
31
<slot name =" content" />
31
32
</div >
You can’t perform that action at this time.
0 commit comments