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

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 +1 -1
  2. package/package.json +1 -1
package/es/form/index.js CHANGED
@@ -513,9 +513,9 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
513
513
  const form = useForm(false);
514
514
  const { getFormData, setFormData } = form;
515
515
  const componentRef = ref();
516
- const formItemContext = useInjectFormItemContext();
517
516
  const triggerFormItemChange = () => {
518
517
  if (COMPONENT_MAP.has(props.component)) return;
518
+ const formItemContext = useInjectFormItemContext();
519
519
  formItemContext.onFieldChange();
520
520
  };
521
521
  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.6",
4
4
  "description": "二次封装antd vue组件",
5
5
  "type": "module",
6
6
  "module": "es/index.js",