release: update 4.5.0

This commit is contained in:
xiaoxian521
2023-06-26 12:32:11 +08:00
parent 4b435d0e0f
commit 1f27d6cd9e
11 changed files with 367 additions and 280 deletions

View File

@@ -1,7 +1,7 @@
import { message } from "@/utils/message";
import { useEventListener } from "@vueuse/core";
import { copyTextToClipboard } from "@pureadmin/utils";
import { Directive, type DirectiveBinding } from "vue";
import type { Directive, DirectiveBinding } from "vue";
interface CopyEl extends HTMLElement {
copyValue: string;