I have this tags in template and I got error:
_this.$parent.$parent.$refs.map is undefined
q-page
.row.shadow-2
.col
div(style="width: 100%; min-height: 30px; background-color: none;")
l-map(
style="height: 85vh; width: 100%;"
)
l-draw-toolbar(position="topleft")
to work toolbar I have insert tag map after template like this
div(style="width: 100%; min-height: 30px; background-color: none;")
l-map(
style="height: 85vh; width: 100%;"
)
l-draw-toolbar(position="topleft")