@zy-frontend/element-plus-form 2.0.18 → 2.0.19

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.es.js +1 -0
  2. package/package.json +2 -2
package/dist/index.es.js CHANGED
@@ -3519,6 +3519,7 @@ const wl = (e, n) => ({ scrollTo: async (t) => {
3519
3519
  ($(), K(Se(e.components.tabs), {
3520
3520
  modelValue: k.value,
3521
3521
  "onUpdate:modelValue": y[1] || (y[1] = (h) => k.value = h),
3522
+ class: "zy-form-tabs",
3522
3523
  tabs: b.value,
3523
3524
  "unfulfilled-fields": !e.readonly && e.showUnfulfilledTips ? V : {},
3524
3525
  onTabChange: y[2] || (y[2] = (...h) => o("tab-change", ...h))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zy-frontend/element-plus-form",
3
- "version": "2.0.18",
3
+ "version": "2.0.19",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -36,7 +36,7 @@
36
36
  "vue": "^3.5.22"
37
37
  },
38
38
  "dependencies": {
39
- "@zy-frontend/form-core": "^2.0.7",
39
+ "@zy-frontend/form-core": "^2.0.8",
40
40
  "@element-plus/icons-vue": "^2.3.2",
41
41
  "@vueuse/core": "^13.9.0",
42
42
  "async-validator": "^4.2.5",