Skip to content

Commit

Permalink
Added english as a default language
Browse files Browse the repository at this point in the history
  • Loading branch information
eperedo committed Jul 16, 2017
1 parent 3f96572 commit 1c939a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ root = true

[*]
charset = utf-8
indent_style = space
indent_style = tabs
indent_size = 2
end_of_line = lf
insert_final_newline = true
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
![static google map](https://user-images.githubusercontent.com/461124/28100714-6c896d1e-6689-11e7-8a38-327dfe4b6ff5.png)

## Demo

- (http://jsbin.com/gawedufesa/edit?html,js,output)[Demo]

## Requirements

1. Vue 2.X.X
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-static-map",
"version": "1.6.1",
"version": "1.6.2",
"description": "a simple component to generate static google map",
"keywords": [
"vue",
Expand Down Expand Up @@ -79,4 +79,4 @@
"bugs": {
"url": "https://github.com/eperedo/vue-static-map/issues"
}
}
}
1 change: 1 addition & 0 deletions src/components/StaticMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export default {
},
language: {
type: String,
default: 'en',
},
markers: {
type: Array,
Expand Down

0 comments on commit 1c939a5

Please sign in to comment.