tx-sider 2.3.13 → 2.3.14
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 +6 -6
- package/lib/TXUI.umd.js +15 -15
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -22282,10 +22282,10 @@ var axiosExports = axios$3.exports;
|
|
|
22282
22282
|
var axios = axiosExports;
|
|
22283
22283
|
const axios$1 = /* @__PURE__ */ getDefaultExportFromCjs(axios);
|
|
22284
22284
|
const routes = [
|
|
22285
|
-
{
|
|
22286
|
-
|
|
22287
|
-
|
|
22288
|
-
}
|
|
22285
|
+
// {
|
|
22286
|
+
// path: "/",
|
|
22287
|
+
// component: TSider,
|
|
22288
|
+
// },
|
|
22289
22289
|
];
|
|
22290
22290
|
const __vite_glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22291
22291
|
__proto__: null,
|
|
@@ -55395,7 +55395,7 @@ const _sfc_main = {
|
|
|
55395
55395
|
};
|
|
55396
55396
|
}
|
|
55397
55397
|
};
|
|
55398
|
-
const _withScopeId = (n10) => (pushScopeId("data-v-
|
|
55398
|
+
const _withScopeId = (n10) => (pushScopeId("data-v-2ae33c36"), n10 = n10(), popScopeId(), n10);
|
|
55399
55399
|
const _hoisted_1 = {
|
|
55400
55400
|
class: "bg-white defaultTS funcTC relative",
|
|
55401
55401
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -56552,7 +56552,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56552
56552
|
}, 8, ["show"])
|
|
56553
56553
|
], 64);
|
|
56554
56554
|
}
|
|
56555
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
56555
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2ae33c36"]]);
|
|
56556
56556
|
const style = "";
|
|
56557
56557
|
const components = [TSider];
|
|
56558
56558
|
installComponents();
|