tx-sider 2.3.30 → 2.3.31
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 +4 -4
- package/lib/TXUI.umd.js +15 -15
- 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,
|