mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 12:17:37 +08:00
fix(components): pass through appendTo (#6146)
This commit is contained in:
parent
1e71e6a51f
commit
c78afdd6ab
@ -32,6 +32,7 @@
|
|||||||
:teleported="teleported"
|
:teleported="teleported"
|
||||||
:transition="transition"
|
:transition="transition"
|
||||||
:z-index="zIndex"
|
:z-index="zIndex"
|
||||||
|
:append-to="appendTo"
|
||||||
>
|
>
|
||||||
<slot name="content">
|
<slot name="content">
|
||||||
<span v-if="rawContent" v-html="content"></span>
|
<span v-if="rawContent" v-html="content"></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user