mirror of
https://github.com/certd/certd.git
synced 2026-07-19 21:27:35 +08:00
chore: 集成vben
This commit is contained in:
@@ -11,8 +11,8 @@ import "./styles/antd/index.css";
|
||||
import { useTitle } from "@vueuse/core";
|
||||
import { setupI18n } from "/@/vben/locales";
|
||||
|
||||
export async function setupVben(app: any) {
|
||||
await setupI18n(app);
|
||||
export async function setupVben(app: any, { loadMessages }: any) {
|
||||
await setupI18n(app, { loadMessages });
|
||||
const store = await initStores(app, { namespace: "fs" });
|
||||
|
||||
return { store };
|
||||
|
||||
Reference in New Issue
Block a user