提交 fc1b84cf 编写于 作者: Q qiang

fix: editor props tree-shaking

上级 fe228c7e
......@@ -414,7 +414,7 @@ function useQuill(
})
}
const props = Object.assign({}, keyboardProps, {
const props = /*#__PURE__*/ Object.assign({}, keyboardProps, {
id: {
type: String,
default: '',
......
......@@ -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: ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册