Add default styling to avoid frustration of invisible map

This commit is contained in:
Fawad Mirzad
2021-02-13 17:44:32 +01:00
parent 9a20c42459
commit 70e7d79bfb
3 changed files with 9 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "@fawmi/vue-google-maps",
"description": "Google Map components for Vue.js 3",
"version": "0.5.0",
"version": "0.5.1",
"private": false,
"main": "src/index.js",
"main": "src/main.js",
"bugs": {
"url": "https://github.com/xkjyeah/vue-google-maps/issues"
},