UNPKG

@dotsoftware/vue-google-maps-community-fork

Version:

Google Maps components for VueJS 3 maintained by the community

23 lines (19 loc) 356 B
import buildComponent from './build-component.js' const props = { options: { type: Object, twoWay: false, default: () => {}, }, data: { type: Array, twoWay: true, }, } const events = [] export default buildComponent({ mappedProps: props, name: 'heatmap', ctr: () => google.maps.visualization.HeatmapLayer, events, })