Skip to content

Commit

Permalink
#1414 allow html in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jtommy committed May 30, 2019
1 parent d2ec3e2 commit 3b1574f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/notification/Notification.vue
Expand Up @@ -21,7 +21,10 @@
aria-hidden/>
</div>
<div class="media-content">
<p class="text" v-if="message">{{ message }}</p>
<p
class="text"
v-if="message"
v-html="message" />
<slot v-else/>
</div>
</div>
Expand Down

0 comments on commit 3b1574f

Please sign in to comment.