优化
This commit is contained in:
@@ -6,7 +6,7 @@ Component({
|
||||
properties: {
|
||||
textarea_cell_name: {
|
||||
type: String,
|
||||
value: '示例标题',
|
||||
value: '标题',
|
||||
},
|
||||
required: {
|
||||
type: Boolean,
|
||||
@@ -18,11 +18,11 @@ Component({
|
||||
},
|
||||
textarea_cell_note: {
|
||||
type: String,
|
||||
value: '示例备注',
|
||||
value: '查看示例',
|
||||
},
|
||||
textarea_cell_content_placeholder: {
|
||||
type: String,
|
||||
value: '示例placeholder',
|
||||
value: '请输入文字',
|
||||
},
|
||||
t_icon_name: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user