release: update 5.8.0

This commit is contained in:
xiaoxian521
2024-08-20 12:59:22 +08:00
parent 8c01eeab7f
commit 3ac71be372
26 changed files with 1674 additions and 1446 deletions

View File

@@ -43,7 +43,9 @@ app.component("FontIcon", FontIcon);
// 全局注册按钮级别权限组件
import { Auth } from "@/components/ReAuth";
import { Perms } from "@/components/RePerms";
app.component("Auth", Auth);
app.component("Perms", Perms);
// 全局注册vue-tippy
import "tippy.js/dist/tippy.css";