郑永安
2023-06-19 6ae336af4670a425ae8892aacda560ec2147d8a7
1
2
3
4
5
6
7
8
9
10
import enLocale from 'element-ui/lib/locale/lang/en';
 
const en = {
  ...enLocale,
  message: {
    hello: 'hello, world'
  }
};
 
export default en;