Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vue/no-unused-components
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell us about your environment
Please show your full configuration:
// Default
What did you do?
import XButton from 'path/to/x-button'; export default { components: { [XButton.name]: XButton, }, };
What did you expect to happen? Should not report error.
What actually happened?
✘ https://google.com/#q=vue%2Fno-unused-components The "name" component has been registered but not used src/views/secret/create.vue:219:5
The text was updated successfully, but these errors were encountered:
@tinymins Thank you for this issue. I will fix this issue.
Sorry, something went wrong.
fix(no-unused-components): Ignore names that can not be identified
bae9958
Fixed #768
Fix: ignore names that can not be identified (fixed #768) (#790)
a3707b1
No branches or pull requests
Tell us about your environment
Please show your full configuration:
// Default
What did you do?
What did you expect to happen?
Should not report error.
What actually happened?
✘ https://google.com/#q=vue%2Fno-unused-components The "name" component has been registered but not used
src/views/secret/create.vue:219:5
The text was updated successfully, but these errors were encountered: