Skip to content

Is it possible add property map to get map in any tag? #3

@edutucci

Description

@edutucci

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions