mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 03:52:50 +00:00
no message
This commit is contained in:
parent
20ba671cd3
commit
d6ca66aa2f
@ -18,7 +18,7 @@ export default {
|
|||||||
},
|
},
|
||||||
nameText: {
|
nameText: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null // showName = true 时有效,留空就显示会员昵称
|
default: '' // showName = true 时有效,留空就显示会员昵称
|
||||||
},
|
},
|
||||||
borderWitdh: {
|
borderWitdh: {
|
||||||
type: Number,
|
type: Number,
|
||||||
@ -33,7 +33,6 @@ export default {
|
|||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
userResult: {
|
userResult: {
|
||||||
type: [Function, Object],
|
|
||||||
default: null
|
default: null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user