feat(Popup): add overlay-content slot (#8794)

This commit is contained in:
neverland
2021-06-01 19:22:50 +08:00
committed by GitHub
parent bd72be8f6a
commit 1bc497f3b3
6 changed files with 41 additions and 1 deletions
+1
View File
@@ -132,6 +132,7 @@ export default defineComponent({
if (props.overlay) {
return (
<Overlay
v-slots={{ default: slots['overlay-content'] }}
show={props.show}
class={props.overlayClass}
zIndex={zIndex.value}