Skip to content

Commit

Permalink
[#734][3.0] Tree.vue props default 선언 방식 수정
Browse files Browse the repository at this point in the history
###########
- 다른 props의 default 선언 방식과의 통일성을 위해 수정
  • Loading branch information
BoKyeongShin committed Dec 16, 2020
1 parent 8ab5d5a commit ecc62b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/tree/Tree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ export default {
},
contextMenuItems: {
type: Array,
default() {
return [];
},
default: () => [],
},
},
emits: {
Expand Down

0 comments on commit ecc62b5

Please sign in to comment.