mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
🔱: [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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user