mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-26 04:27:26 +08:00
chore: self closing vue tag (#6603)
This commit is contained in:
@ -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" />
|
||||
|
Reference in New Issue
Block a user