0
0
Fork 0

refs #6098 perf: add vite-ignore

This commit is contained in:
Javier Segarra 2024-01-03 09:39:28 +01:00
parent b00b2941c7
commit c4cf9842cb
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ const userLocale = computed({
value = localeEquivalence[value] ?? value
try {
/* @vite-ignore */
import(`../../node_modules/quasar/lang/${value}.mjs`).then((lang) => {
Quasar.lang.set(lang.default);
});