Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
d596c0d2
Commit
d596c0d2
authored
Jun 22, 2021
by
dindigala
Browse files
refactor: addressing review comment
parent
cf372006
Pipeline
#205506
passed with stages
in 4 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/content.vue
View file @
d596c0d2
...
...
@@ -56,7 +56,7 @@
<div
class=
"custom-font item-content"
>
<!-- eslint-disable -- https://eslint.vuejs.org/rules/no-v-html.html -->
<div
:class=
"
[
config.rtl
? 'rtl' : '']
"
:class=
"
{'rtl':
config.rtl
}
"
ref="contentsize"
v-html="content"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment