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