dashboard
repositories
filestore
activity
search
login
main
/
moral_applet_allocation
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix: 限期天数修改
quanyawei
2024-06-27
e07b984728e0a97473b2954d097afac4a5c8b80a
[moral_applet_allocation.git]
/
uni_modules
/
uview-ui
/
components
/
u-car-keyboard
/
props.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default {
props: {
// 是否打乱键盘按键的顺序
random: {
type: Boolean,
default: false
},
// 输入一个中文后,是否自动切换到英文
autoChange: {
type: Boolean,
default: false
}
}
}