do not make too many nested div

This commit is contained in:
taehoon 2019-10-24 22:27:23 -04:00
parent f969e9ab3d
commit 644343ccda
1 changed files with 2 additions and 2 deletions

View File

@ -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>