Skip to content

Commit 409d191

Browse files
authored
Remove quotes from component name
1 parent 15e7d46 commit 409d191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/dynamic-modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Vue Final Modal has a helper function to dynamically show a modal. This means th
1212
```js
1313
import { $vfm } from 'vue-final-modal'
1414

15-
$vfm.show({ component: 'MyDynamicModal' })
15+
$vfm.show({ component: MyDynamicModal })
1616
```
1717

1818

0 commit comments

Comments
 (0)