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