tx-sider 2.1.0 → 2.1.1
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
|
@@ -27925,7 +27925,6 @@ const _sfc_main = {
|
|
|
27925
27925
|
} else if (moduleTestS.value.length == 1) {
|
|
27926
27926
|
changeModule(moduleTestS.value[0]);
|
|
27927
27927
|
} else {
|
|
27928
|
-
await getPermissionModuleListData();
|
|
27929
27928
|
clickModuleVisible();
|
|
27930
27929
|
}
|
|
27931
27930
|
};
|
|
@@ -28275,7 +28274,7 @@ const _sfc_main = {
|
|
|
28275
28274
|
};
|
|
28276
28275
|
}
|
|
28277
28276
|
};
|
|
28278
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28277
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-830aa27e"), n2 = n2(), popScopeId(), n2);
|
|
28279
28278
|
const _hoisted_1 = {
|
|
28280
28279
|
class: "bg-white defaultTS funcTC relative",
|
|
28281
28280
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29224,7 +29223,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29224
29223
|
}, 8, ["show"])
|
|
29225
29224
|
], 64);
|
|
29226
29225
|
}
|
|
29227
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29226
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-830aa27e"]]);
|
|
29228
29227
|
const components = [TSider];
|
|
29229
29228
|
installComponents();
|
|
29230
29229
|
function installComponents() {
|