We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0627609 commit e777a16Copy full SHA for e777a16
packages/@vue/cli-ui-addon-webpack/src/components/TestView.vue
@@ -22,9 +22,11 @@ export default {
22
23
created () {
24
this.$onPluginActionCalled(action => {
25
+ // eslint-disable-next-line no-console
26
console.log('called', action)
27
})
28
this.$onPluginActionResolved(action => {
29
30
console.log('resolved', action)
31
32
},
0 commit comments