tx-sider 2.0.7 → 2.0.8
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 -3
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -27647,7 +27647,6 @@ const _sfc_main = {
|
|
|
27647
27647
|
useRouter();
|
|
27648
27648
|
useRoute();
|
|
27649
27649
|
const changePWDref = ref();
|
|
27650
|
-
debugger;
|
|
27651
27650
|
const moduleTestS = ref();
|
|
27652
27651
|
const isSystems = ref(props.isSystems);
|
|
27653
27652
|
const modeuleType = computed(() => props.modeuleType);
|
|
@@ -28274,7 +28273,7 @@ const _sfc_main = {
|
|
|
28274
28273
|
};
|
|
28275
28274
|
}
|
|
28276
28275
|
};
|
|
28277
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28276
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-ead1f1e4"), n2 = n2(), popScopeId(), n2);
|
|
28278
28277
|
const _hoisted_1 = {
|
|
28279
28278
|
class: "bg-white defaultTS funcTC relative",
|
|
28280
28279
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29223,7 +29222,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29223
29222
|
}, 8, ["show"])
|
|
29224
29223
|
], 64);
|
|
29225
29224
|
}
|
|
29226
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29225
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-ead1f1e4"]]);
|
|
29227
29226
|
const components = [TSider];
|
|
29228
29227
|
installComponents();
|
|
29229
29228
|
function installComponents() {
|