mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-23 23:49:53 +01:00
Fix form notifications Fixed display
This commit is contained in:
parent
04e513ab0c
commit
75b2580356
@ -4,8 +4,8 @@
|
||||
<h1 class="title" v-html="title" v-if="title"></h1>
|
||||
<slot />
|
||||
<p v-if="showTag">
|
||||
<notification :message="fail" type="is-danger" isFixed="hasFixedNotification" v-if="fail" />
|
||||
<notification :message="success" type="is-success" isFixed="hasFixedNotification" v-if="success" />
|
||||
<notification :message="fail" type="is-danger" :isFixed="hasFixedNotification" v-if="fail" />
|
||||
<notification :message="success" type="is-success" :isFixed="hasFixedNotification" v-if="success" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user