File size: 145 Bytes
bb9df9e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
// 国际化
import i18n from "@/lang/index";
import type { App } from "vue";

export function setupI18n(app: App<Element>) {
  app.use(i18n);
}