cloud-web-corejs 1.0.54-dev.33 → 1.0.54-dev.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,6 +84,8 @@
84
84
  @keydown.enter.prevent
85
85
  @click="
86
86
  $baseUpload.open({
87
+ ..._props,
88
+ ...$attrs,
87
89
  limit: limit,
88
90
  multi:multi,
89
91
  accept: accept ? accept : 'file',
@@ -93,7 +95,6 @@
93
95
  callback: fileConfirm,
94
96
  pickPrivateProfile:pickPrivateProfile,
95
97
  confirmUpload:confirmUpload,
96
- hidePasteArea:$attrs.hidePasteArea,
97
98
  otherParams:$attrs
98
99
  })
99
100
  "
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <el-form-item :label="i18nt('designer.setting.placeholder')">
3
- <el-input type="text" v-model="optionModel.placeholder"></el-input>
3
+ <el-input type="textarea" :rows="3" v-model="optionModel.placeholder"></el-input>
4
4
  </el-form-item>
5
5
  </template>
6
6