We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We sometimes import non-default imports along default import (the Vue component).
import ContentItemSlideOver, { ContentInput } from '@/views/contentpool/slideOver/ContentItemSlideOver.vue';
In this case, ContentItemSlideOver.vue will be reported as unused.
ContentItemSlideOver.vue
The text was updated successfully, but these errors were encountered:
Along the same line, this is also a false positive: component: () => import( /* webpackChunkName: "event_create" */ "../views/EventCreate.vue" ) },
component: () => import( /* webpackChunkName: "event_create" */ "../views/EventCreate.vue" ) },
Great tool. It's been very helpful!
Sorry, something went wrong.
Thanks for the findings, will try to fix those issues as soon as i get around to it :)
No branches or pull requests
We sometimes import non-default imports along default import (the Vue component).
In this case,
ContentItemSlideOver.vue
will be reported as unused.The text was updated successfully, but these errors were encountered: