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 4332200 commit 765f2efCopy full SHA for 765f2ef
README.md
@@ -38,7 +38,7 @@ Now import that file in `main.js` and pass it to `vue-extensionpoints`:
38
import Extensionpoints from 'vue-extensionpoints'
39
import plugins from '@/plugins'
40
41
-Vue.add(Extensionpoints, plugins)
+Vue.add(Extensionpoints, {plugins})
42
43
new Vue({
44
//...
0 commit comments