vue-final / vue-final-modal

🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
https://vue-final-modal.org
MIT License
864 stars 95 forks source link

swipe-banner slot is not added to DOM #362

Closed volkov-web closed 7 months ago

volkov-web commented 1 year ago

Version

vue-final-modal: 4.3.1 vue: 3.2.45

Reproduction Link

https://stackblitz.com/edit/github-menjq4?file=src%2Fcomponents%2FMyModal.vue

Steps to reproduce

Add props :show-swipe-banner="true" and pass slot with name 'swipe-banner'

What is Expected?

Banner is added to DOM and swipeable for close modal

What is actually happening?

Slot 'swipe-banner' is not added to DOM so banner is not visible.

I can't find any example with working swipe-banner. If there is one share link to reproduction with me please.