mapvue
mapvue copied to clipboard
@click event does not work in v-popup
@click events do not trigger any callback within mapbox <v-popup/> components. Only <a> elements seems to work. I'm using Vue 3 + Vuetify. Any ideas why?
any content in <v-popop /> components are just string nodes. They can not interactive with outer components. You can check it by mapbox-gl official site popup
So I would have to build another custom component. It would be great to have a slot for a custom child component within the popup component