🔱: [client] sync upgrade with 8 commits [trident-sync]

perf: export 功能
perf: export 功能
chore: 自定义组件onChange
perf: naiveui 自定义组件支持change validation
chore:
perf: 自定义组件支持触发validation
chore:
This commit is contained in:
GitHub Actions Bot
2023-06-30 19:24:21 +00:00
parent aa0c5972fb
commit e11b7802c2
7 changed files with 68 additions and 15 deletions
+4
View File
@@ -14,6 +14,7 @@ import { useSettingStore } from "/@/store/modules/settings";
import "dayjs/locale/zh-cn";
import "dayjs/locale/en";
import dayjs from "dayjs";
import { useAsync } from "@fast-crud/fast-crud/src/use/use-async";
export default {
name: "App",
setup() {
@@ -47,6 +48,9 @@ export default {
const settingStore = useSettingStore();
settingStore.init();
const { registerAsyncLib } = useAsync();
registerAsyncLib("FsExportUtil");
return {
routerEnabled,
locale