el-plus-crud 0.1.28 → 0.1.29

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.29](https://github.com/KDJack/el-plus-crud/compare/v0.1.28...v0.1.29) (2024-04-18)
6
+
5
7
  ### [0.1.28](https://github.com/KDJack/el-plus-crud/compare/v0.1.27...v0.1.28) (2024-04-17)
6
8
 
7
9
  ### [0.1.27](https://github.com/KDJack/el-plus-crud/compare/v0.1.26...v0.1.27) (2024-04-16)
@@ -4165,7 +4165,7 @@ const Rl = /* @__PURE__ */ lt(Zj, [["__scopeId", "data-v-730c5737"]]), Kj = /* @
4165
4165
  return _;
4166
4166
  }), m = () => {
4167
4167
  const f = [];
4168
- l.desc.btns.length > 0 && l.desc.btns.map((v) => {
4168
+ g.value = [], l.desc.btns.length > 0 && l.desc.btns.map((v) => {
4169
4169
  N(v) && f.push(v);
4170
4170
  }), d.value = f;
4171
4171
  const _ = l.desc.limit || 3;
@@ -93,6 +93,7 @@ const handelEvelt = computed(() => {
93
93
  // 初始化
94
94
  const initBtnList = () => {
95
95
  const tempList = [] as any[]
96
+ limitList.value = []
96
97
  if (props.desc.btns.length > 0) {
97
98
  props.desc.btns.map((item: any) => {
98
99
  if (handelItemVIf(item)) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "el-plus-crud",
3
3
  "description": "采用Vue3 + TS,封装的element-plus数据驱动表单、列表组件",
4
4
  "author": "K.D.Jack",
5
- "version": "0.1.28",
5
+ "version": "0.1.29",
6
6
  "license": "MIT",
7
7
  "private": false,
8
8
  "main": "dist/el-plus-crud.mjs",