mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-25 00:19:47 +01:00
Use Bulma notification component for forms error/success messages
This commit is contained in:
parent
bccbc858ad
commit
8391a1df15
@ -4,8 +4,8 @@
|
|||||||
<h1 class="title" v-html="title" v-if="title"></h1>
|
<h1 class="title" v-html="title" v-if="title"></h1>
|
||||||
<slot />
|
<slot />
|
||||||
<p v-if="showTag">
|
<p v-if="showTag">
|
||||||
<span class="tag is-danger" v-if="fail" v-html="fail" />
|
<div class="notification is-danger" v-if="fail" v-html="fail" />
|
||||||
<span class="tag is-success" v-if="success" v-html="success" />
|
<div class="notification is-success" v-if="success" v-html="success" />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user