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