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
C:\Users\danyadev\Desktop\vk-desktop\src\components\modals\ModalHeader.vue
15:11 error 'unclosable' of property found, but never used vue/no-unused-properties
I have a similar issue in that this rule doesn't pick up when props are spread into a component within the template of a SFC via v-bind="$props". It would be great if we could fix this rule as we can't enable it for props in our codebase without a fix for this issue.
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
no errors
What actually happened?
Repository to reproduce this issue
https://github.com/danyadev/vk-desktop/tree/dd32c02605830437374764751ee9e59b980360f2
The text was updated successfully, but these errors were encountered: