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
903 stars 97 forks source link

fix: should display type error when using `useModal()` #323 #324

Closed hunterliu1003 closed 1 year ago

hunterliu1003 commented 1 year ago

fixed #323

  1. This is the fixed version that shows type error:
image
  1. [ ] Still has issue without given options.component: This is incorrect: image

    Should be:

    image