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 fe7dbb4 commit 49b641cCopy full SHA for 49b641c
generator/example/src/plugins/myplugin/index.js
@@ -1,4 +1,7 @@
1
import FooComponent from './components/FooComponent.vue'
2
+
3
export default {
- hooks: [FooComponent]
4
+ hooks: {
5
+ "plugins": [FooComponent]
6
+ }
7
}
0 commit comments