refactor(frontend): remove $ts and $t
This commit is contained in:
@@ -198,12 +198,6 @@ if (_DEV_) {
|
||||
app.config.performance = true;
|
||||
}
|
||||
|
||||
// TODO: 廃止
|
||||
app.config.globalProperties = {
|
||||
$t: i18n.t,
|
||||
$ts: i18n.ts,
|
||||
};
|
||||
|
||||
widgets(app);
|
||||
directives(app);
|
||||
components(app);
|
||||
|
Reference in New Issue
Block a user