Hamelraj

Results 3 issues of Hamelraj

I have read this **It is not possible to pass as an arg this from a Vue Component. You can pass this.$data or any variable within data or computed** but...

i have methods like this ``` methods: { workerJob(){ var count = 0; for (var i = 0; i < 5; i++) { count ++; } } } ``` How...

I try to update geometry already drawn on the map. but seems no error but it's not updating why? ``` var layer = this.getMapObject(id); layer.setLatLngs([[144.32965127509, -38.135825028205],[144.32972099984, -38.135581614469],[144.3305381716, -38.135726427806],[ 144.33046844684, -38.135969841054]]);...