no message

Former-commit-id: 5ac0195c919b534d433ad1fddf85157c89a18a37
Former-commit-id: 1b1ac31df43769fb04c6a1e8d0a3fa5f716b6d86
Former-commit-id: 84ee88472c181b4810b2f7430809f1f54472de3d
This commit is contained in:
李杨
2018-02-13 21:45:19 +08:00
parent 0b934aeb42
commit bfa49fae3b
3 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ export default new VueI18n({
locale: 'CN',
messages: {
'CN': require('./lang/cn'),
'JA': require('./lang/ja'),
'EN': require('./lang/en')
}
})

3
src/i18n/lang/ja.js Normal file
View File

@@ -0,0 +1,3 @@
export const message = {
hello: 'こんにちは、世界'
}