8 lines
84 B
TypeScript
8 lines
84 B
TypeScript
// zh.ts
|
|
export default {
|
|
login: {
|
|
username: '账号',
|
|
password: '密码'
|
|
}
|
|
}
|