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