fix(components): pass through appendTo (#6146)

This commit is contained in:
hhparty 2022-02-19 20:49:06 +08:00 committed by GitHub
parent 1e71e6a51f
commit c78afdd6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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