File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ It just works like a charm without any settings. But if you need to customize th
1313
1414``` ts[main.ts]
1515import Vue from 'vue'
16- import { vfmPlugin, VfmOptions, $ModalProperty } from 'vue-final-modal'
16+ import { vfmPlugin, VfmOptions, VueFinalModalProperty } from 'vue-final-modal'
1717
1818Vue.use<VfmOptions>(vfmPlugin({
1919 key: '$vfm',
@@ -24,7 +24,7 @@ Vue.use<VfmOptions>(vfmPlugin({
2424// define the setup options
2525declare module 'vue/types/vue' {
2626 interface Vue {
27- $vfm: $ModalProperty
27+ $vfm: VueFinalModalProperty
2828 }
2929}
3030```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ version: 2
1313
1414``` ts[main.ts]
1515import Vue from 'vue'
16- import { vfmPlugin, VfmOptions, $ModalProperty } from 'vue-final-modal'
16+ import { vfmPlugin, VfmOptions, VueFinalModalProperty } from 'vue-final-modal'
1717
1818Vue.use<VfmOptions>(vfmPlugin({
1919 key: '$vfm',
@@ -24,7 +24,7 @@ Vue.use<VfmOptions>(vfmPlugin({
2424// define the setup options
2525declare module 'vue/types/vue' {
2626 interface Vue {
27- $vfm: $ModalProperty
27+ $vfm: VueFinalModalProperty
2828 }
2929}
3030```
You can’t perform that action at this time.
0 commit comments