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.
1 parent 9deb21f commit 7099f8bCopy full SHA for 7099f8b
docs/plugins/global.js
@@ -1,4 +1,4 @@
1
import Vue from 'vue'
2
-import { VueFinalModal } from '../../dist/VueFinalModal.umd.js'
+import vfm from '../../lib/index.js'
3
4
-Vue.component('VueFinalModal', VueFinalModal)
+Vue.component("VueFinalModal", vfm.VueFinalModal);
0 commit comments