refactor(main.ts): ♻️ 抽离一些功能为vue插件

This commit is contained in:
cshaptx4869
2024-03-01 21:04:04 +08:00
parent 8c12cfecbe
commit c422c27d94
9 changed files with 114 additions and 77 deletions

3
src/plugins/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export * from "./icons";
export * from "./i18n";
export * from "./permission";