Skip to content

Commit

Permalink
point coordinates may contain more than two elements (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
become-iron authored and ghettovoice committed Dec 4, 2018
1 parent a625a1f commit c40a58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/point-geom/geom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
coordinates: {
type: Array,
required: true,
validator: value => value.length === 2,
validator: value => value.length >= 2,
},
}
Expand Down

0 comments on commit c40a58d

Please sign in to comment.