Commit fa8dae80 authored by Michael Underwood's avatar Michael Underwood
Browse files

chore: Update playground markers to demo options

parent 3588f800
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -45,9 +45,13 @@
          :options="{ riseOnHover: true, riseOffset: 300 }"
        >
          <l-tooltip>
            lol
            options
          </l-tooltip>
        </l-marker>
        <l-marker :lat-lng="[51, 51]"/>
        <l-marker :lat-lng="[51, 49]"/>
        <l-marker :lat-lng="[49, 51]"/>
        <l-marker :lat-lng="[49, 49]"/>

        <l-layer-group>
          <l-marker :lat-lng="[0, 0]" draggable @moveend="log('moveend')">
@@ -61,12 +65,6 @@
          </l-marker>
        </l-layer-group>

        <l-marker :lat-lng="[50, 50]" draggable @moveend="log('moveend')">
          <l-popup>
            options
          </l-popup>
        </l-marker>

        <l-polyline
          :lat-lngs="[
            [47.334852, -1.509485],