tx-sider 2.1.23 β 2.1.24
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/lib/TXUI.mjs +2 -4
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -27651,8 +27651,6 @@ const _sfc_main = {
|
|
|
27651
27651
|
setup(props, ctx) {
|
|
27652
27652
|
useRouter();
|
|
27653
27653
|
const route = useRoute();
|
|
27654
|
-
console.log("route999999", route);
|
|
27655
|
-
console.log("routπππ9999", route.path);
|
|
27656
27654
|
const changePWDref = ref();
|
|
27657
27655
|
const moduleTestS = ref([]);
|
|
27658
27656
|
const isSystems = ref(props.isSystems);
|
|
@@ -28332,7 +28330,7 @@ const _sfc_main = {
|
|
|
28332
28330
|
};
|
|
28333
28331
|
}
|
|
28334
28332
|
};
|
|
28335
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28333
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-0a256503"), n2 = n2(), popScopeId(), n2);
|
|
28336
28334
|
const _hoisted_1 = {
|
|
28337
28335
|
class: "bg-white defaultTS funcTC relative",
|
|
28338
28336
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29285,7 +29283,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29285
29283
|
}, 8, ["show"])
|
|
29286
29284
|
], 64);
|
|
29287
29285
|
}
|
|
29288
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29286
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-0a256503"]]);
|
|
29289
29287
|
const components = [TSider];
|
|
29290
29288
|
installComponents();
|
|
29291
29289
|
function installComponents() {
|