-1👍
the solution I found is to use Css ::v-deep selectors
div ::v-deep .gm-ui-hover-effect {
display: none !important;
}
- [Vuejs]-Check file's width and height before upload in Vue.js?
- [Vuejs]-Datepicker not working for new record added to the table
Source:stackexchange.com