9 lines
83 B
TypeScript
9 lines
83 B
TypeScript
export default {
|
|
test: {
|
|
about: '关于'
|
|
},
|
|
test2: {
|
|
go: '去'
|
|
}
|
|
}
|