diff --git a/packages/uni-components/src/components/editor/index.tsx b/packages/uni-components/src/components/editor/index.tsx index 5067f31e6a51a860ba7bbe5d2ed29c74fe13f434..a7e4271799a46901d04ecb0decb4ff44c13dfe0d 100644 --- a/packages/uni-components/src/components/editor/index.tsx +++ b/packages/uni-components/src/components/editor/index.tsx @@ -414,7 +414,7 @@ function useQuill( }) } -const props = Object.assign({}, keyboardProps, { +const props = /*#__PURE__*/ Object.assign({}, keyboardProps, { id: { type: String, default: '', diff --git a/packages/uni-h5/dist/uni-h5.esm.js b/packages/uni-h5/dist/uni-h5.esm.js index 856f9f491d6781c9cb72546328adf991c5fdfa1e..c942a6aa84a9fd44493dfd38e0a891a55dce34f2 100644 --- a/packages/uni-h5/dist/uni-h5.esm.js +++ b/packages/uni-h5/dist/uni-h5.esm.js @@ -6055,7 +6055,7 @@ function useQuill(props2, rootRef, trigger) { } }); } -const props$9 = Object.assign({}, props$a, { +const props$9 = /* @__PURE__ */ Object.assign({}, props$a, { id: { type: String, default: ""