🐛(component): 排除 uuid 依赖, 修复 table.css empty 与 tools 样式

This commit is contained in:
就眠儀式
2022-09-08 09:30:10 +08:00
parent 4b30714dab
commit 0e8e392e90
6 changed files with 9 additions and 24 deletions

View File

@@ -1,2 +0,0 @@
// @ts-ignore
export { v4 } from "uuid";

View File

@@ -1,3 +1,2 @@
export * from "./domUtil";
export * from "./guidUtil";
export * from "./withInstall";