fix(core): place default slot outside of viewport el

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-12 22:32:11 +01:00
committed by Braks
parent e670f465c5
commit 726ee224b9

View File

@@ -293,7 +293,7 @@ export default {
<slot name="zoom-pane" />
</Transform>
</Pane>
<slot />
</div>
<slot />
</template>