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