Skip to content

Commit 7099f8b

Browse files
committed
fixed nuxt docs
1 parent 9deb21f commit 7099f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins/global.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import Vue from 'vue'
2-
import { VueFinalModal } from '../../dist/VueFinalModal.umd.js'
2+
import vfm from '../../lib/index.js'
33

4-
Vue.component('VueFinalModal', VueFinalModal)
4+
Vue.component("VueFinalModal", vfm.VueFinalModal);

0 commit comments

Comments
 (0)