diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-01 14:01:57 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-01 14:01:57 +0900 |
| commit | 9224b6635f17c4e38e4a35b4aa1a47f94e8a3d2e (patch) | |
| tree | f5e9d461a61dbf711471236331de4f465c99b924 /packages/frontend/src/init.ts | |
| parent | refactor(frontend): remove $i (diff) | |
| download | sharkey-9224b6635f17c4e38e4a35b4aa1a47f94e8a3d2e.tar.gz sharkey-9224b6635f17c4e38e4a35b4aa1a47f94e8a3d2e.tar.bz2 sharkey-9224b6635f17c4e38e4a35b4aa1a47f94e8a3d2e.zip | |
refactor(frontend): remove $ts and $t
Diffstat (limited to 'packages/frontend/src/init.ts')
| -rw-r--r-- | packages/frontend/src/init.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/frontend/src/init.ts b/packages/frontend/src/init.ts index 2a595f4cc4..26c5adfc70 100644 --- a/packages/frontend/src/init.ts +++ b/packages/frontend/src/init.ts @@ -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); |