Skip to content

Commit e777a16

Browse files
author
Guillaume Chau
committed
fix(ui): eslint no-console warnings
1 parent 0627609 commit e777a16

File tree

1 file changed

+2
-0
lines changed
  • packages/@vue/cli-ui-addon-webpack/src/components

1 file changed

+2
-0
lines changed

packages/@vue/cli-ui-addon-webpack/src/components/TestView.vue

+2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ export default {
2222
2323
created () {
2424
this.$onPluginActionCalled(action => {
25+
// eslint-disable-next-line no-console
2526
console.log('called', action)
2627
})
2728
this.$onPluginActionResolved(action => {
29+
// eslint-disable-next-line no-console
2830
console.log('resolved', action)
2931
})
3032
},

0 commit comments

Comments
 (0)