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