Skip to content

Commit

Permalink
[#815][3.0] Grid 기능 추가
Browse files Browse the repository at this point in the history
#######################
- MessageBox 컴포넌트 props message 타입 추가
  • Loading branch information
kimyell1023 committed May 28, 2021
1 parent 0d6b4e3 commit 6bdd6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/messageBox/MessageBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
default: '',
},
message: {
type: String,
type: [String, Array],
default: '',
},
iconClass: {
Expand Down

0 comments on commit 6bdd6a8

Please sign in to comment.