0👍
✅
Answering my question in case anyone needs it: I’ve found not a solution – these are one of those times that TSX can be a pain -, but a work-around. Adding this to a Global.scss
file does the trick:
.vue-map-container {
.vue-map {
height: 100%;
}
.gm-control-active {
display: none;
}
.gm-svpc {
display: none;
}
.gmnoprint {
display: none;
}
}
Source:stackexchange.com