Skip to content

Vue-final-modal do not work in typescript setup script  #173

@riderx

Description

@riderx

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions