mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
use v-html for error msgs
This commit is contained in:
parent
c06f167a3d
commit
00f06fd62f
@ -1,8 +1,7 @@
|
||||
<template>
|
||||
<v-snackbar v-model="enabled" app :timeout="timeout" :color="color" top @input="onClose">
|
||||
<div v-for="(message, index) in messages" :key="index" class="pb-1">
|
||||
{{ message }}
|
||||
</div>
|
||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
<div v-for="(message, index) in messages" :key="index" class="pb-1" v-html="message" />
|
||||
</v-snackbar>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user