forked from verdnatura/salix-front
refs #6098 perf: add vite-ignore
This commit is contained in:
parent
b00b2941c7
commit
c4cf9842cb
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue