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