tx-sider 2.0.9 → 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 +3 -2
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -28212,6 +28212,7 @@ const _sfc_main = {
|
|
|
28212
28212
|
clearInterval(setOfBookIdTimer);
|
|
28213
28213
|
});
|
|
28214
28214
|
const systemVisibleTrue = async () => {
|
|
28215
|
+
await getPermissionModuleListData();
|
|
28215
28216
|
data3.systemVisible = true;
|
|
28216
28217
|
};
|
|
28217
28218
|
const onFunOpen = () => {
|
|
@@ -28273,7 +28274,7 @@ const _sfc_main = {
|
|
|
28273
28274
|
};
|
|
28274
28275
|
}
|
|
28275
28276
|
};
|
|
28276
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28277
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-830aa27e"), n2 = n2(), popScopeId(), n2);
|
|
28277
28278
|
const _hoisted_1 = {
|
|
28278
28279
|
class: "bg-white defaultTS funcTC relative",
|
|
28279
28280
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29222,7 +29223,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29222
29223
|
}, 8, ["show"])
|
|
29223
29224
|
], 64);
|
|
29224
29225
|
}
|
|
29225
|
-
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"]]);
|
|
29226
29227
|
const components = [TSider];
|
|
29227
29228
|
installComponents();
|
|
29228
29229
|
function installComponents() {
|