bklLiudl
2024-10-17 5408616fd72786b63cfe69a7426c3fb499b6962b
1
2
3
4
5
6
7
8
9
import { t } from '../locale';
 
export default {
    methods: {
        t(...args) {
            return t.apply(this, args);
        }
    }
};