Make linter happy

This commit is contained in:
Natsumi
2023-01-01 22:38:19 +13:00
parent 93eea773cc
commit b679f40874

View File

@@ -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)