Leaflet/Leaflet.heat

does leaflet.heat support Vue.js2?

zhuyinjing opened this issue · 2 comments

hi,
i use import "leaflet.heat" in my project ,
and i use var arrheatmap=[[0,0,1]]; var heat = L.heatLayer(arrheatmap, { radius: 20 }).addTo(this.map);
it doesn't work,and it doesn't show error. what's wrong ?

i use Vue.js in my project.

hey, did you solve it? i want to use this library in react, how can i?
Note: I don't want to use the react-leaflet-heatmap library, i want to use Leaflet.heat