main.ts
The main.ts file expose four objects.
createGmapVuePlugin: The main factory function, used to install the plugin. It returns the install function required by Vue.utilities: An object with util functions.
export { createGmapVuePlugin, utilities };
Other exposed APIs
This plugin also exports:
keys: keys to use with the Vueinjectfunction- path:
@gmap-vue/v3/keys
- path:
types: types possible needed to type things when using TypeScript- path:
@gmap-vue/v3/types
- path:
interfaces: interfaces possible needed to type things when using TypeScript- path:
@gmap-vue/v3/interfaces
- path:
composables: useful composables to access different things of the plugin- path:
@gmap-vue/v3/composables
- path:
components: components types of the plugin- path:
@gmap-vue/v3/components
- path: