Skip to content

Commit dfd3062

Browse files
committed
Fixed error "Module not found: Error: Can't resolve '@googlemaps/markerclusterer'"
1 parent b060886 commit dfd3062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cluster.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55
</template>
66
<script>
7-
import { MarkerClusterer } from "@googlemaps/markerclusterer";
7+
import MarkerClusterer from '@googlemaps/markerclustererplus';
88
import buildComponent from './build-component.js'
99
1010
const props = {

0 commit comments

Comments
 (0)