This commit is contained in:
syuilo
2018-05-28 15:04:47 +09:00
parent 858efafe77
commit f0c031ecdb
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
</div>
</header>
<div class="text">
<mk-note-html :text="note.text"/>
<mk-note-html v-if="note.text" :text="note.text"/>
</div>
</div>
</div>