@ibiz-template/vue3-components 0.7.26-alpha.2 → 0.7.26-alpha.3

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.
@@ -107,6 +107,7 @@ const MDCtrlContainer2 = /* @__PURE__ */ defineComponent({
107
107
  };
108
108
  const handleDragEnd = () => {
109
109
  draggingKey.value = "";
110
+ props.controller.updateData();
110
111
  updateArrowVisible();
111
112
  };
112
113
  return {
@@ -109,6 +109,7 @@ const MDCtrlContainer2 = /* @__PURE__ */ vue.defineComponent({
109
109
  };
110
110
  const handleDragEnd = () => {
111
111
  draggingKey.value = "";
112
+ props.controller.updateData();
112
113
  updateArrowVisible();
113
114
  };
114
115
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/vue3-components",
3
- "version": "0.7.26-alpha.2",
3
+ "version": "0.7.26-alpha.3",
4
4
  "description": "使用 rollup 编译 vue 组件或者 jsx",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.mjs",