mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-14 14:52:49 +00:00
优化
This commit is contained in:
parent
36b996cb40
commit
a83f2029e9
@ -12,7 +12,7 @@ import {
|
||||
import { renderNode } from "../../utils/vnode";
|
||||
import { parseTableDict, parseTableOpButtons } from "../../utils/parse";
|
||||
import { ContextMenu } from "../context-menu";
|
||||
import { orderBy } from "lodash";
|
||||
import { orderBy } from "lodash-es";
|
||||
|
||||
declare type Emit = (name: "selection-change" | "sort-change", ...args: any[]) => void;
|
||||
declare type Table = Vue.Ref<any>;
|
||||
|
||||
@ -127,7 +127,7 @@ import { useBrowser } from "/@/cool";
|
||||
import { ContextMenu, useForm, setFocus } from "@cool-vue/crud";
|
||||
import { ElMessage, ElMessageBox } from "element-plus";
|
||||
import { ClViewGroup } from "./hook";
|
||||
import { isEmpty } from "lodash";
|
||||
import { isEmpty } from "lodash-es";
|
||||
|
||||
const { browser, onScreenChange } = useBrowser();
|
||||
const slots = useSlots();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user