[improvement] props default value (#2183)
This commit is contained in:
@@ -67,13 +67,10 @@ export default create({
|
||||
mixins: [Popup],
|
||||
|
||||
props: {
|
||||
value: Boolean,
|
||||
title: String,
|
||||
value: Boolean,
|
||||
actions: Array,
|
||||
cancelText: String,
|
||||
actions: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
},
|
||||
overlay: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
|
||||
Reference in New Issue
Block a user