This commit is contained in:
haomingming
2023-03-28 20:52:22 +08:00
parent 69df3bf6b3
commit 5ba50e4e61
58 changed files with 1122 additions and 347 deletions
+3 -3
View File
@@ -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,