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

drag not work when 'ssr=false' #388

Closed guoxiaoshe closed 7 months ago

guoxiaoshe commented 10 months ago

Version

vue-final-modal: 3.4.11 vue: 3.2.36 nuxt: no use

OS

Windows

Steps to reproduce

my options as follow: <vue-final-modal v-model="isShow" :ssr="false" :drag="true" fit-parent :lock-scroll="false" hide-overlay :click-to-close="false" :prevent-click="true"

title <el-button @click="handleModalClose">Close

What is Expected?

modal can be draged

What is actually happening?

drag not work