mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Make linter happy
This commit is contained in:
@@ -38,7 +38,7 @@ Vue.component('marquee-text', MarqueeText);
|
||||
messages: localizedStrings
|
||||
});
|
||||
|
||||
var $t = i18n.t.bind(i18n);
|
||||
// var $t = i18n.t.bind(i18n);
|
||||
|
||||
Vue.use(ElementUI, {
|
||||
i18n: (key, value) => i18n.t(key, value)
|
||||
|
||||
Reference in New Issue
Block a user