ninemoon-ui 0.0.11 → 0.0.12

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/dist/index.umd.js CHANGED
@@ -2548,9 +2548,6 @@
2548
2548
  } else if (props.modelValue) {
2549
2549
  return;
2550
2550
  } else {
2551
- emit("update:modelValue", null);
2552
- ParentGetChangeHandle && ParentGetChangeHandle(null);
2553
- emit("change", null);
2554
2551
  return null;
2555
2552
  }
2556
2553
  });
@@ -32,9 +32,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
32
32
  } else if (props.modelValue) {
33
33
  return;
34
34
  } else {
35
- emit("update:modelValue", null);
36
- ParentGetChangeHandle && ParentGetChangeHandle(null);
37
- emit("change", null);
38
35
  return null;
39
36
  }
40
37
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninemoon-ui",
3
3
  "private": false,
4
- "version": "0.0.11",
4
+ "version": "0.0.12",
5
5
  "author": "zhuboy",
6
6
  "keywords": [
7
7
  "vue3",