-
Notifications
You must be signed in to change notification settings - Fork 375
Closed
Description
I'm trying the following code
<v-map :zoom="zoom" :center="center" id="map" >
<v-tilelayer :url="url" ></v-tilelayer>
<marker-popup :position="marker" title="Hey"> </marker-popup>
</v-map>
where marker-popup's template is:
<template>
<v-marker :lat-lng="position" :title="title" :draggable="false">
<v-popup :content="text"></v-popup>
</v-marker>
</template>
I get this error:
[Vue warn]: Error in mounted hook: "TypeError: this.$children[e].deferredMountedTo is not a function.
Is there something special that I have to do to get this to work?
Metadata
Metadata
Assignees
Labels
No labels