Skip to content

Commit 9887396

Browse files
committed
chore: 🚀 fix style import
1 parent 8e532b0 commit 9887396

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ obtained your key, import the module in your application and register it as plug
2323
```js
2424
import Vue from 'vue'
2525
import VueGoogleMap from 'vuejs-google-maps'
26+
import 'vuejs-google-maps/dist/vuejs-google-maps.css'
2627

2728
Vue.use(VueGoogleMap, {
2829
load: {

nuxt/plugin.template.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Vue from 'vue';
22
import GoogleMap from 'vuejs-google-maps';
3+
import 'vuejs-google-maps/dist/vuejs-google-maps.css'
34

45
export default () => {
56
const { apiKey, libraries } = <%= serialize(options) %> || {}

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuejs-google-maps",
33
"description": "A set of Google Map components for VueJs",
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"license": "MIT",
66
"main": "./dist/vuejs-google-maps.umd.js",
77
"types": "types/index.d.ts",
@@ -60,7 +60,8 @@
6060
"terser": "3.14.1",
6161
"vue-material": "1.0.0-beta-11",
6262
"vue-router": "^3.5.1",
63-
"vue-template-compiler": "^2.6.12"
63+
"vue-template-compiler": "^2.6.12",
64+
"vuejs-google-maps": "^0.0.12"
6465
},
6566
"gitHooks": {
6667
"pre-commit": "lint-staged"

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -11514,6 +11514,13 @@ vue@^2.6.12:
1151411514
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.12.tgz#f5ebd4fa6bd2869403e29a896aed4904456c9123"
1151511515
integrity sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==
1151611516

11517+
vuejs-google-maps@^0.0.12:
11518+
version "0.0.12"
11519+
resolved "https://registry.yarnpkg.com/vuejs-google-maps/-/vuejs-google-maps-0.0.12.tgz#1b205bc3bdb17eae7cd7c0d178e7aee4de75bcd8"
11520+
integrity sha512-r+5kNaUB5bYszckNMPE9TCWRHu8xy0OzHateQx7VWmoNinBTVsGksVQ77RUx4KftPGNBpAZjL6Qi1iqQlcB3QQ==
11521+
dependencies:
11522+
vue "^2.6.12"
11523+
1151711524
w3c-hr-time@^1.0.1:
1151811525
version "1.0.2"
1151911526
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"

0 commit comments

Comments
 (0)