do not make too many nested div
This commit is contained in:
parent
f969e9ab3d
commit
644343ccda
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
:popper-options="popperOptions"
|
:popper-options="popperOptions"
|
||||||
@show="enter()"
|
@show="enter()"
|
||||||
>
|
>
|
||||||
<div slot="popover">
|
<template slot="popover">
|
||||||
<Status
|
<Status
|
||||||
v-if="status"
|
v-if="status"
|
||||||
:is-preview="true"
|
:is-preview="true"
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
>
|
>
|
||||||
<i class="icon-spin4 animate-spin" />
|
<i class="icon-spin4 animate-spin" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</template>
|
||||||
|
|
||||||
<slot />
|
<slot />
|
||||||
</v-popover>
|
</v-popover>
|
||||||
|
|
Loading…
Reference in a new issue