Skip to content

Commit

Permalink
chore: map type too deep
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Nov 20, 2024
1 parent 3681b48 commit d17e17d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Map/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export default defineNuxtComponent({
onMapInit(map: ITMap) {
this.$emit('mapInit', map)
// @ts-expect-error: Type is too deep
this.map = map
this.languageControl = new OpenMapTilesLanguage({
defaultLanguage: this.locale || undefined,
Expand Down

0 comments on commit d17e17d

Please sign in to comment.