79132143

Date: 2024-10-28 05:34:30
Score: 1
Natty:
Report link

One solution I found was to move LPopup into the parent file. This worked...but I have no clue why this worked and the aforementioned code doesn't.

Workaround:

Parent:

<LMarker
    v-for="listing in listings"
        :latlng="[listing.lat, listing.lon]"
>
    <LPopup>
      <ChildVue />
    </LPopup> 
</LMarker>

Child:

<template>
   <p>Hello world!</p>
</template>
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Gen