解决tinymce打包很大问题

This commit is contained in:
2024-09-06 11:31:32 +08:00
parent 3914762c85
commit 13b57fa2ed
14 changed files with 15 additions and 234 deletions

View File

@@ -48,7 +48,7 @@
<script setup>
import MaInfo from "../ma-info/index.vue";
import {getCurrentInstance, reactive, ref, watch} from "vue";
import {isArray, isFunction, isObject, isString} from "lodash";
import {isArray, isFunction, isObject, isString} from "lodash-es";
import {isComponent} from "@arco-design/web-vue/es/_utils/vue-utils";
import {setModalSizeEvent} from "@/utils/common";
const emit = defineEmits(["visible", "validateError", "open", "cancel", "close"]);
@@ -147,4 +147,4 @@ defineExpose({
<style scoped>
</style>
</style>