Skip to content

Commit

Permalink
#289 Update types and add missing colorScheme prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewrosey committed Feb 5, 2025
1 parent 1307a4d commit a039bb1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"pnpm": "^8.7.6",
"@types/google.maps": "^3.53.6",
"@types/google.maps": "^3.58.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^4.3.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/components/GoogleMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ export default defineComponent({
required: false,
default: undefined,
},
colorScheme: {
type: String as PropType<google.maps.ColorScheme>,
required: false,
},
controlSize: {
type: Number,
required: false,
Expand Down

0 comments on commit a039bb1

Please sign in to comment.