@qin-ui/antd-vue-pro 2.0.5 → 2.0.7

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/es/form/index.js +0 -1
  2. package/package.json +1 -1
package/es/form/index.js CHANGED
@@ -515,7 +515,6 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
515
515
  const componentRef = ref();
516
516
  const formItemContext = useInjectFormItemContext();
517
517
  const triggerFormItemChange = () => {
518
- if (COMPONENT_MAP.has(props.component)) return;
519
518
  formItemContext.onFieldChange();
520
519
  };
521
520
  const attrs = useAttrs();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qin-ui/antd-vue-pro",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "二次封装antd vue组件",
5
5
  "type": "module",
6
6
  "module": "es/index.js",