You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are no documentation to access modal in setup witch is the main feautre of vue 3
Version
vue-final-modal: 3.4.1
vue: 3.2.1
OS
Mac
Reproduction Link
<script setup lang="ts">
import { $vfm } from 'vue-final-modal'
// Module '"vue-final-modal"' has no exported member '$vfm'. Did you mean to use 'import $vfm from "vue-final-modal"' instead?ts(2614)
</script>
What is Expected?
$vfm should be defined
What is actually happening?
$vfm is undefined
dspinov, Eusebius1920, peterbud, mspoulsen and Daedalus11069