Skip to content

Commit

Permalink
feat(polygon): change polygone props paths type
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongkyuuuu committed Oct 1, 2021
1 parent bbd9e87 commit 5f858b9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Polygon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ export default defineComponent({
emits: [...UI_EVENT_POLYGON, "onLoad"],
props: {
paths: {
type: Array as PropType<
| naver.maps.ArrayOfCoords
| naver.maps.KVOArrayOfCoords
| naver.maps.ArrayOfCoordsLiteral
>,
type: Array as PropType<naver.maps.ArrayOfCoordsLiteral>,
required: true,
},
options: {
Expand Down

0 comments on commit 5f858b9

Please sign in to comment.