nvue页面多语言引入

master
于肖磊 2026-03-06 11:16:25 +08:00
parent 5a527ee296
commit 276e629a4c
1 changed files with 7 additions and 0 deletions

7
locale/index-nvue.js Normal file
View File

@ -0,0 +1,7 @@
import zh from './zh.json';
import en from './en.json';
export default {
"zh": zh,
"en": en
}