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