wupengfei
7 天以前 d74011dfbef836c9c124952442bb90f767f17c1c
Merge branch 'master' into dev-v1.1
4个文件已修改
29816 ■■■■ 已修改文件
apps/bMiniApp/package.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/cMiniApp/package.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
patches/@nutui__nutui-taro@4.3.13.patch 33 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pnpm-lock.yaml 29779 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/bMiniApp/package.json
@@ -49,7 +49,7 @@
    "@bole-12333/chat-kit": "^1.0.1",
    "@bole-core/request": "^0.0.1",
    "@nutui/icons-vue-taro": "^0.0.9",
    "@nutui/nutui-taro": "^4.3.13",
    "@nutui/nutui-taro": "4.3.13",
    "@tanstack/vue-query": "^4.35.3",
    "@tarojs/components": "3.6.20",
    "@tarojs/helper": "3.6.20",
apps/cMiniApp/package.json
@@ -49,7 +49,7 @@
    "@bole-12333/chat-kit": "^1.0.1",
    "@bole-core/request": "^0.0.1",
    "@nutui/icons-vue-taro": "^0.0.9",
    "@nutui/nutui-taro": "^4.3.13",
    "@nutui/nutui-taro": "4.3.13",
    "@tanstack/vue-query": "^4.35.3",
    "@tarojs/components": "3.6.20",
    "@tarojs/helper": "3.6.20",
patches/@nutui__nutui-taro@4.3.13.patch
@@ -48,6 +48,39 @@
       };
     });
     const styles = computed(() => {
diff --git a/dist/packages/radiogroup/RadioGroup.js b/dist/packages/radiogroup/RadioGroup.js
index 861a0214fe5d148b9af468d7ed5c9720eeef2f74..df2cee2988945755ab5c6b6929693c3e77924874 100644
--- a/dist/packages/radiogroup/RadioGroup.js
+++ b/dist/packages/radiogroup/RadioGroup.js
@@ -17,7 +17,7 @@ var __spreadValues = (a, b) => {
   return a;
 };
 var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
-import { defineComponent, provide, readonly, computed, watch, openBlock, createElementBlock, normalizeClass, renderSlot } from "vue";
+import { defineComponent, provide, readonly, computed, watch, openBlock, createElementBlock, normalizeClass, renderSlot, nextTick } from "vue";
 import { R as RADIO_KEY } from "../types-BODurTjN.js";
 import { w as withInstall } from "../with-install-Ch3FF0uS.js";
 const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, {
@@ -35,18 +35,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({
     const emit = __emit;
     const updateValue = (value) => {
       emit("update:modelValue", value);
+      nextTick(()=>emit("change", value));
     };
     provide(RADIO_KEY, {
       label: readonly(computed(() => props.modelValue)),
       position: readonly(computed(() => props.textPosition)),
       updateValue
     });
-    watch(
-      () => props.modelValue,
-      (value) => {
-        emit("change", value);
-      }
-    );
     return (_ctx, _cache) => {
       return openBlock(), createElementBlock("view", {
         class: normalizeClass(["nut-radio-group", `nut-radio-group--${_ctx.direction}`])
diff --git a/dist/packages/range/Range.js b/dist/packages/range/Range.js
index 688b67464e4d05dc37996941d941033cea83ee2c..626db4d9889059aa08e1fd675e2333539efc766e 100644
--- a/dist/packages/range/Range.js
pnpm-lock.yaml
Diff too large