@ddwl/ddwl-ui 1.0.15 → 1.0.16

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
@@ -1,3 +1,12 @@
1
+ ## [1.0.16](https://121.40.23.60:51888/frontend/ddwl-ui/compare/v1.0.15...v1.0.16) (2025-07-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * d-form-item slot去除key ([e2db721](https://121.40.23.60:51888/frontend/ddwl-ui/commits/e2db7211fbee878aa85bb9b916fb33b8a0f24d9b))
7
+
8
+
9
+
1
10
  ## [1.0.15](https://121.40.23.60:51888/frontend/ddwl-ui/compare/v1.0.14...v1.0.15) (2025-07-04)
2
11
 
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddwl/ddwl-ui",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "private": false,
5
5
  "main": "src/main.js",
6
6
  "description": "ddwl组件库",
@@ -1,4 +1,4 @@
1
- <!-- eslint-disable vue/no-v-for-template-key -->
1
+ <!-- eslint-disable vue/valid-v-for -->
2
2
  <template>
3
3
  <div class="search-item">
4
4
  <div>
@@ -42,7 +42,6 @@
42
42
  <template
43
43
  v-for="s in slots"
44
44
  :slot="s.slotName"
45
- :key="s.slotName"
46
45
  >
47
46
  <form-item-render
48
47
  :scope="config"