@cataract6545/tmui
Version:
tm-vuetify是一个新势力由主题驱动的UI组件库,相比其它优势大,组件全,设计趋势紧跟未来。具有主题生成,主题实时切换,暗黑实时切换,lottie动画,图表等新颖功能,tmui TMUI
46 lines • 680 B
text/typescript
export const propsCutom = {
followTheme: {
type: [Boolean, String],
default: true
},
/** 是否随机键盘 */
random: {
type: Boolean,
default: false
},
dark: {
type: Boolean,
default: false
},
modelValue: {
type: String,
default: ''
},
color: {
type: String,
default: "primary"
},
//是否需要显示小数点。
decimal: {
type: Boolean,
default: false
},
// 是否显示输入内容在键盘顶部。
showInputContent: {
type: Boolean,
default: false
},
/** 最大长度 */
maxLength: {
type: Number,
default: 0
},
round: {
type: Number,
default: 2
},
title:{
type:String,
default:'安全键盘放心输入'
}
}