@yetuzi/vue3-query-components 1.1.14 → 1.1.15

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3189,7 +3189,7 @@ function Bc(e) {
3189
3189
  return n;
3190
3190
  });
3191
3191
  }
3192
- const Xc = "1.1.13", Hc = Ie({
3192
+ const Xc = "1.1.15", Hc = Ie({
3193
3193
  component: {
3194
3194
  placeholder: "-",
3195
3195
  pagination: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yetuzi/vue3-query-components",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "Vue3查询页面组件库,基于Element Plus封装的表格查询组件 - 开箱即用",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",