1
This commit is contained in:
15
uview-plus/components/u-car-keyboard/carKeyboard.js
Normal file
15
uview-plus/components/u-car-keyboard/carKeyboard.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* @Author : LQ
|
||||
* @Description :
|
||||
* @version : 1.0
|
||||
* @Date : 2021-08-20 16:44:21
|
||||
* @LastAuthor : LQ
|
||||
* @lastTime : 2021-08-20 16:53:20
|
||||
* @FilePath : /u-view2.0/uview-ui/libs/config/props/carKeyboard.js
|
||||
*/
|
||||
export default {
|
||||
// 车牌号键盘
|
||||
carKeyboard: {
|
||||
random: false
|
||||
}
|
||||
}
|
||||
17
uview-plus/components/u-car-keyboard/props.js
Normal file
17
uview-plus/components/u-car-keyboard/props.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineMixin } from '../../libs/vue'
|
||||
import defProps from '../../libs/config/props.js'
|
||||
|
||||
export const props = defineMixin({
|
||||
props: {
|
||||
// 是否打乱键盘按键的顺序
|
||||
random: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
// 输入一个中文后,是否自动切换到英文
|
||||
autoChange: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
}
|
||||
})
|
||||
315
uview-plus/components/u-car-keyboard/u-car-keyboard.vue
Normal file
315
uview-plus/components/u-car-keyboard/u-car-keyboard.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user