mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-07-27 01:36:26 +00:00
Lint clean
This commit is contained in:
parent
4bfcc5bc95
commit
8ae1fe8a4e
3 changed files with 7 additions and 3 deletions
|
|
@ -3,7 +3,11 @@
|
|||
<div v-if="message.title" class="message-header">
|
||||
<p>{{ message.title }}</p>
|
||||
</div>
|
||||
<div v-if="message.content" class="message-body" v-html="message.content"></div>
|
||||
<div
|
||||
v-if="message.content"
|
||||
class="message-body"
|
||||
v-html="message.content"
|
||||
></div>
|
||||
</article>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue