@gonsin/gview 2.0.49 → 2.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/dist/index.mjs +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -2730,8 +2730,9 @@ const _e = po("setting", {
|
|
|
2730
2730
|
async initUserLang(o) {
|
|
2731
2731
|
if (o)
|
|
2732
2732
|
try {
|
|
2733
|
+
this.userLang = o, Ge.setItem(so, o);
|
|
2733
2734
|
const { setupI18n: e } = Ve();
|
|
2734
|
-
await e(o)
|
|
2735
|
+
await e(o);
|
|
2735
2736
|
} catch {
|
|
2736
2737
|
}
|
|
2737
2738
|
},
|
|
@@ -10319,7 +10320,7 @@ const ho = He(is), ss = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
10319
10320
|
_: 1
|
|
10320
10321
|
}, 8, ["title"]));
|
|
10321
10322
|
}
|
|
10322
|
-
}), us = "@gonsin/gview", ds = "2.0.
|
|
10323
|
+
}), us = "@gonsin/gview", ds = "2.0.50", ms = "dist/index.mjs", fs = "dist/types/index.d.ts", hs = [
|
|
10323
10324
|
"dist",
|
|
10324
10325
|
"README.md",
|
|
10325
10326
|
"CHANGELOG.md"
|