feat:添加随机生成和清空功能
This commit is contained in:
@@ -5,7 +5,16 @@ Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {},
|
||||
properties: {
|
||||
width: {
|
||||
type: String,
|
||||
value: '', // 按钮宽度
|
||||
},
|
||||
placeholder: {
|
||||
type: String,
|
||||
value: '请输入文字',
|
||||
},
|
||||
},
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user