vr-shopxo-uniapp/lang/index.js

7 lines
82 B
JavaScript

import en from './en.json'
import zh from './zh.json'
export default {
en,
zh
}