Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Opolka
vue-cdbp
Commits
557bec81
Commit
557bec81
authored
Dec 11, 2018
by
Markus Opolka
Browse files
Handle <note> Tags
Fixes
#17
parent
91f9c55f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/Letter.vue
View file @
557bec81
...
...
@@ -43,6 +43,9 @@
<ul
style=
"list-style-type:none;"
class=
"letter-text"
>
<li
v-for=
"(value, key) in letter.text.body.l"
:class=
"value._attributes.no"
v-if=
"hasText(formatText(value._text))"
>
{{
value
.
_attributes
.
no
}}
:
{{
formatText
(
value
.
_text
)
}}
<div
class=
"teal--text"
v-if=
"value.note && showComments"
>
<span
v-for=
"elem in value.note"
>
{{
elem
.
_attributes
.
text
}}
</span>
</div>
</li>
</ul>
</v-card-text>
...
...
Markus Opolka
@bi40resu
mentioned in issue
#17 (closed)
·
Dec 11, 2018
mentioned in issue
#17 (closed)
mentioned in issue #17
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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