You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module Warning (from ./node_modules/eslint-loader/index.js):
✘ https://google.com/#q=vue%2Fno-unused-components The "ModalUpsertSku" component has been registered but not used
src\apps\SampleSearch\components\SearchMaster.vue:30:5
(+ When I use eslint-plugin-vue version 4.X, this eslint output wasn't occured. It shows from version 5)
I also read #556.
Even though I'm not using , I use component in vue instance. I think in this case this rule should not be error. (It's not string like 'ModalUpsertSku', just ModalUpsertSku)
The text was updated successfully, but these errors were encountered:
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
Using component not in vue template, but in method, parameter for vue-js-modal.
(https://github.com/euvl/vue-js-modal)
What actually happened?
(+ When I use eslint-plugin-vue version 4.X, this eslint output wasn't occured. It shows from version 5)
I also read #556.
Even though I'm not using , I use component in vue instance. I think in this case this rule should not be error. (It's not string like 'ModalUpsertSku', just ModalUpsertSku)
The text was updated successfully, but these errors were encountered: