提交 62c85e1f 编写于 作者: Q qiang

fix: editor tree-shaking

上级 c7895458
......@@ -456,7 +456,7 @@ const props = {
default: false,
},
}
export default defineComponent({
export default /*#__PURE__*/ defineComponent({
name: 'Editor',
props,
setup(props, { emit }) {
......
......@@ -6017,7 +6017,7 @@ const props$5 = {
default: false
}
};
var index$8 = defineComponent({
var index$8 = /* @__PURE__ */ defineComponent({
name: "Editor",
props: props$5,
setup(props2, {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册