empty master

This commit is contained in:
梁灏 2019-08-27 09:37:17 +08:00
parent 92c1162255
commit 67d534df27
276 changed files with 0 additions and 28368 deletions

View file

@ -1,9 +0,0 @@
import { t } from '../locale';
export default {
methods: {
t(...args) {
return t.apply(this, args);
}
}
};