Remove unused styles

This commit is contained in:
Hansen Wang
2023-04-24 02:50:30 +08:00
parent 5d891c1f44
commit 58d13a242d
21 changed files with 267 additions and 656 deletions

View File

@@ -4,7 +4,7 @@
* 接收参数string类型/Ref<string>类型/Reactive<string>类型
*/
import type { Directive, DirectiveBinding } from 'vue';
import { useMessage } from 'naive-ui';
interface ElType extends HTMLElement {
copyData: string | number;
__handleClick__: any;