Skip to content

Commit

Permalink
fix: issue with container not found 馃悰
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Jul 7, 2022
1 parent 0ded1f5 commit 6306f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/VMap.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div :id="options.container || 'map'" class="v-map-container">
<div :id="`${options.container}` || 'map'" class="v-map-container">
<slot />
</div>
</template>
Expand Down

0 comments on commit 6306f73

Please sign in to comment.