Vue2leaflet: new docs: links and codesandbox examples

Created on 10 Feb 2020  路  4Comments  路  Source: vue-leaflet/Vue2Leaflet

well done @DonNicoJs! nice!

I noticed the following. while navigating to

works perfectly, navigating to a path (by clicking the link or pasting it in the browser) e.g.

ends with:
image

codesandbox examples are broken. e.g. when clicking in

the codesandbox icon
image

the sandbox

opens, displaying the following:
image

All 4 comments

@udos Thanks for the report! Yes I am aware of the issue which sadly was not displaying in the dev mode :(

The issue is that is difficult to have vue-press compile properly while having as clean as possible examples ( do to leaflet iteslf not being compatible with server side rendering )

I am working on it :)

@udos The docs links are all fully functional, regarding the codesandbox issue I am afraid there is a problem with the code itself, I did not do many changes but I added a utility function. I will investigate this issue soon!

If anyone has more material / info like:

2.5.1 works locally on vue-cli
2.5.1. do not work locally on nuxt

that would be awesome 馃槃

@udos I ended up reverting some of the changes.. 2.5.2 should be good to go.
I noticed that code sandbox still fails, but clicking on the refresh button in the dependency list fixes the issue so I guess is some caching on their end! Please let me know if this reliably solve the issue

well done! probably tricky to figure it out:
image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

digEmAll picture digEmAll  路  4Comments

mawieutc picture mawieutc  路  4Comments

rSammy picture rSammy  路  3Comments

carlmjohnson picture carlmjohnson  路  4Comments

mpallante picture mpallante  路  4Comments