yahee-components 0.0.54 → 0.0.55

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.
@@ -224,7 +224,7 @@ function k(C, a, w, e, B, v) {
224
224
  r(e.ElInput, {
225
225
  modelValue: e.batchSearchForm.searchContent,
226
226
  "onUpdate:modelValue": a[6] || (a[6] = (l) => e.batchSearchForm.searchContent = l),
227
- placeholder: "请输入批量查询内容,从EXCEL复制可自动替换为1`,`",
227
+ placeholder: "请输入批量查询内容,从EXCEL复制可自动替换为`,`",
228
228
  type: "textarea",
229
229
  rows: 5,
230
230
  onPaste: e.pasteFormat
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yahee-components",
3
3
  "private": false,
4
- "version": "0.0.54",
4
+ "version": "0.0.55",
5
5
  "description": "深圳前海亚讯前端组件库",
6
6
  "main": "lib",
7
7
  "module": "es",