wxw
3 天以前 d75d3b7cf6ba68c9e9e69bced4552a554ca76e93
1
2
3
4
5
6
7
8
9
import { t } from '../locale';
 
export default {
    methods: {
        t(...args) {
            return t.apply(this, args);
        }
    }
};