How to use a .vue file? Absolute rookie :)
-
https://github.com/syncfusion/ej2-vue-samples/blob/master/src/maps/zooming.vue
Can someone please guide me through step by step regarding how I could use this code to achieve this: https://ej2.syncfusion.com/vue/demos/maps/zooming/
So far, am receiving everything but the map:
I would also be very interested in someone helping me set up a simple codepen/jsfiddle with some syncfusion map sample via CDN.
-
Okay, I’ve noticed how this sample file only includes the <div class=“col-lg-3 property-section”> section of the demo site. Maybe someone can help me with including the map?
-
You need to be able to install the Vue plugin, which I believe costs money. https://www.syncfusion.com/sales/products/vue
But, if you did have the code as a Vue plugin, you’d inject it into Quasar via the boot file system. https://quasar.dev/quasar-cli/cli-documentation/boot-files#Introduction
Scott