chore(deps): update

This commit is contained in:
xiaoxian521
2024-01-07 23:59:54 +08:00
parent 4fa6a47342
commit ad907cc727
6 changed files with 723 additions and 690 deletions

View File

@@ -1,12 +1,6 @@
export { default as dayjs } from "dayjs";
export { useResizeObserver } from "@vueuse/core";
export {
useDark,
debounce,
cloneDeep,
randomColor,
randomGradient
} from "@pureadmin/utils";
export { useDark, debounce, cloneDeep, randomGradient } from "@pureadmin/utils";
export function getRandomIntBetween(min: number, max: number) {
return Math.floor(Math.random() * (max - min + 1)) + min;