@pocketprep/ui-kit 3.9.4 → 3.9.5
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.
|
@@ -12653,7 +12653,7 @@ const Kl = /* @__PURE__ */ Ce(Wl, [["render", ql]]), Xl = { class: "uikit-bundle
|
|
|
12653
12653
|
Ut(() => t.defaultSort, () => {
|
|
12654
12654
|
if (!t.defaultSort)
|
|
12655
12655
|
return;
|
|
12656
|
-
const w = JSON.stringify(t.defaultSort), B = JSON.stringify(m);
|
|
12656
|
+
const w = JSON.stringify(t.defaultSort), B = JSON.stringify(m.value);
|
|
12657
12657
|
w !== B && (m.value = JSON.parse(w), P());
|
|
12658
12658
|
});
|
|
12659
12659
|
const P = () => {
|