pgo-ui 1.1.13 → 1.1.14
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/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/pgo/AppBar.vue +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4853,7 +4853,7 @@ const pt = (n, e) => {
|
|
|
4853
4853
|
return fe === "dv" ? "ދިވެހި" : (fe || "en").toUpperCase();
|
|
4854
4854
|
});
|
|
4855
4855
|
function ie(Y) {
|
|
4856
|
-
typeof Z == "function" && Z(Y), G.value = !1;
|
|
4856
|
+
typeof Z == "function" && Z(Y), window.location.reload(), G.value = !1;
|
|
4857
4857
|
}
|
|
4858
4858
|
function ve() {
|
|
4859
4859
|
G.value = !1, h.value = !1, H.value = !1;
|