Improve code
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import lazy from './utils/lazyValue'
|
||||
import { loadGMapApi } from './load-google-maps'
|
||||
import { createApp } from 'vue'
|
||||
import Marker from './components/marker'
|
||||
import Polyline from './components/polyline'
|
||||
import Polygon from './components/polygon'
|
||||
import Circle from './components/circle'
|
||||
import Rectangle from './components/rectangle'
|
||||
import Marker from './components/marker.vue'
|
||||
import GmapCluster from './components/cluster.vue'
|
||||
import InfoWindow from './components/infoWindow.vue'
|
||||
import Map from './components/map.vue'
|
||||
|
||||
Reference in New Issue
Block a user