2 import App
from "./App.vue";
3 import router
from "./router";
4 import { store
} from "./store";
6 Vue
.config
.productionTip
= false;
14 window
.doClick
= (elemId
) => { document
.getElementById(elemId
).click() };
16 // NOTE: at this point, variants and tr(anslations) might be uninitialized