解决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

@@ -240,7 +240,7 @@ import { inject, ref, provide } from "vue"
import config from "@/config/crud"
import uploadConfig from "@/config/upload"
import { Message } from "@arco-design/web-vue"
import { isFunction, get, isArray, isObject } from "lodash"
import { isFunction, get, isArray, isObject } from "lodash-es"
import CustomRender from "../js/custom-render"
import tool from "@/utils/tool"
import commonApi from "@/api/common"