Skip to content

Commit

Permalink
fix(AzureMap): πŸ› change bounds prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Ruiz authored and Ricardo Ruiz committed Mar 25, 2020
1 parent 6dbdf5d commit c6c29b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/components/AzureMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default Vue.extend({
* @default [-180, -89, 180, 90]
*/
bounds: {
type: Object as PropType<atlas.data.BoundingBox | null>,
type: Array as PropType<atlas.data.BoundingBox | null>,
default: null,
},
Expand Down

0 comments on commit c6c29b0

Please sign in to comment.