chore: self closing vue tag (#6603)

This commit is contained in:
三咲智子
2022-03-14 04:16:11 +08:00
committed by GitHub
parent e2e577bfad
commit 5d85fba20c
217 changed files with 527 additions and 672 deletions

View File

@ -35,7 +35,7 @@
:append-to="appendTo"
>
<slot name="content">
<span v-if="rawContent" v-html="content"></span>
<span v-if="rawContent" v-html="content" />
<span v-else>{{ content }}</span>
</slot>
<el-popper-arrow v-if="compatShowArrow" :arrow-offset="arrowOffset" />