We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15e7d46 + 409d191 commit 642f81eCopy full SHA for 642f81e
docs/content/en/dynamic-modal.md
@@ -12,7 +12,7 @@ Vue Final Modal has a helper function to dynamically show a modal. This means th
12
```js
13
import { $vfm } from 'vue-final-modal'
14
15
-$vfm.show({ component: 'MyDynamicModal' })
+$vfm.show({ component: MyDynamicModal })
16
```
17
18
0 commit comments