@skyfox2000/webui 1.2.2 → 1.2.3
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/assets/modules/{download-C3KYmuzo.js → download-D6JcG5ZR.js} +3 -3
- package/lib/assets/modules/{file-upload-CMHnVQty.js → file-upload-D5dPRmq8.js} +1 -1
- package/lib/assets/modules/{form-excel-Xre5F1Ez.js → form-excel-DITF2FoK.js} +1 -1
- package/lib/assets/modules/{index-htdsukeW.js → index-CRKPVlgC.js} +1 -1
- package/lib/assets/modules/{index-lc53kVVe.js → index-XIk9IJH2.js} +2 -2
- package/lib/assets/modules/{menuTabs-CkAkFKU8.js → menuTabs-D2OgHmBc.js} +2 -2
- package/lib/assets/modules/{hostInfo-DK8lknRe.js → pinia-8iujwf8y.js} +273 -269
- package/lib/assets/modules/{toolIcon-Dpr1pbgl.js → toolIcon-Cwggvppx.js} +1 -1
- package/lib/es/AceEditor/index.js +3 -3
- package/lib/es/BasicLayout/index.js +3 -3
- package/lib/es/Error403/index.js +1 -1
- package/lib/es/Error404/index.js +1 -1
- package/lib/es/ExcelForm/index.js +4 -4
- package/lib/es/UploadForm/index.js +4 -4
- package/lib/index.d.ts +2 -1
- package/lib/webui.es.js +52 -50
- package/package.json +1 -1
- package/src/index.ts +4 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as i, createBlock as s, openBlock as l, unref as a, withCtx as p, renderSlot as f, createCommentVNode as u, mergeProps as d } from "vue";
|
|
2
2
|
import { Tooltip as I } from "ant-design-vue";
|
|
3
3
|
import { SERVER_HOST as r } from "@skyfox2000/fapi";
|
|
4
|
-
import { c as S } from "./
|
|
4
|
+
import { c as S } from "./pinia-8iujwf8y.js";
|
|
5
5
|
const T = /* @__PURE__ */ i({
|
|
6
6
|
__name: "index",
|
|
7
7
|
props: {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent as F, defineAsyncComponent as M, ref as m, watch as V, onMounted as J, createElementBlock as x, openBlock as p, Fragment as K, createElementVNode as v, createVNode as _, toDisplayString as W, unref as i, createBlock as P, withKeys as f, normalizeClass as N, withModifiers as w, withCtx as z, createCommentVNode as L } from "vue";
|
|
2
2
|
import "ant-design-vue";
|
|
3
|
-
import { _ as q } from "../../assets/modules/toolIcon-
|
|
3
|
+
import { _ as q } from "../../assets/modules/toolIcon-Cwggvppx.js";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
|
-
import "../../assets/modules/
|
|
5
|
+
import "../../assets/modules/pinia-8iujwf8y.js";
|
|
6
6
|
import "@skyfox2000/microbase";
|
|
7
7
|
import "vue-m-message";
|
|
8
8
|
import "async-validator";
|
|
9
9
|
import "dayjs";
|
|
10
|
-
import { _ as D } from "../../assets/modules/index-
|
|
10
|
+
import { _ as D } from "../../assets/modules/index-XIk9IJH2.js";
|
|
11
11
|
import "vue-draggable-next";
|
|
12
12
|
const h = async (s) => window.ace ? window.ace : new Promise((l, t) => {
|
|
13
13
|
const o = document.createElement("script");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as y, ref as I, watch as C, onMounted as b, resolveComponent as g, createBlock as n, openBlock as o, unref as e, withCtx as l, createCommentVNode as c, createVNode as r, createElementVNode as u, createElementBlock as k, toDisplayString as w, normalizeClass as S, KeepAlive as N, resolveDynamicComponent as $ } from "vue";
|
|
2
2
|
import { Layout as f, LayoutSider as E } from "ant-design-vue";
|
|
3
|
-
import { a as z } from "../../assets/modules/toolIcon-
|
|
4
|
-
import { I as A, a as B, f as L, d as V, g as D } from "../../assets/modules/menuTabs-
|
|
5
|
-
import {
|
|
3
|
+
import { a as z } from "../../assets/modules/toolIcon-Cwggvppx.js";
|
|
4
|
+
import { I as A, a as B, f as L, d as V, g as D } from "../../assets/modules/menuTabs-D2OgHmBc.js";
|
|
5
|
+
import { ab as j, u as K, ad as M } from "../../assets/modules/pinia-8iujwf8y.js";
|
|
6
6
|
import "@skyfox2000/fapi";
|
|
7
7
|
import "vue-draggable-next";
|
|
8
8
|
import P from "vue-m-message";
|
package/lib/es/Error403/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, createBlock as p, openBlock as m, unref as r, withCtx as e, createVNode as n, createTextVNode as a } from "vue";
|
|
2
|
-
import { r as s } from "../../assets/modules/
|
|
2
|
+
import { r as s } from "../../assets/modules/pinia-8iujwf8y.js";
|
|
3
3
|
import { Result as u, Button as c } from "ant-design-vue";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
5
|
import "vue-draggable-next";
|
package/lib/es/Error404/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, createBlock as p, openBlock as m, unref as r, withCtx as e, createVNode as n, createTextVNode as a } from "vue";
|
|
2
|
-
import { r as s } from "../../assets/modules/
|
|
2
|
+
import { r as s } from "../../assets/modules/pinia-8iujwf8y.js";
|
|
3
3
|
import { Result as u, Button as c } from "ant-design-vue";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
5
|
import "vue-draggable-next";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent as X, ref as r, watch as V, onMounted as Y, createBlock as ee, openBlock as d, unref as i, withCtx as _, renderSlot as le, createElementVNode as c, createVNode as m, createElementBlock as f, createCommentVNode as M, createTextVNode as O, toDisplayString as F, normalizeClass as ae, Fragment as P, renderList as $ } from "vue";
|
|
2
|
-
import { _ as A } from "../../assets/modules/index-
|
|
2
|
+
import { _ as A } from "../../assets/modules/index-CRKPVlgC.js";
|
|
3
3
|
import { Modal as te, Upload as I, Alert as G, Space as re } from "ant-design-vue";
|
|
4
4
|
import { ResStatus as oe } from "@skyfox2000/fapi";
|
|
5
|
-
import { Z as se, a4 as ie } from "../../assets/modules/
|
|
5
|
+
import { Z as se, a4 as ie } from "../../assets/modules/pinia-8iujwf8y.js";
|
|
6
6
|
import "vue-draggable-next";
|
|
7
7
|
import n from "vue-m-message";
|
|
8
8
|
import "dayjs";
|
|
9
9
|
import "@skyfox2000/microbase";
|
|
10
|
-
import { A as ue, p as ne, U as ce } from "../../assets/modules/file-upload-
|
|
11
|
-
import { p as ve, v as de, c as fe } from "../../assets/modules/form-excel-
|
|
10
|
+
import { A as ue, p as ne, U as ce } from "../../assets/modules/file-upload-D5dPRmq8.js";
|
|
11
|
+
import { p as ve, v as de, c as fe } from "../../assets/modules/form-excel-DITF2FoK.js";
|
|
12
12
|
import pe from "@vue-office/excel";
|
|
13
13
|
const me = { class: "mb-4 flex items-center" }, xe = {
|
|
14
14
|
key: 0,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent as S, ref as m, watch as k, onMounted as z, createBlock as D, openBlock as E, unref as s, withCtx as f, createVNode as v, createTextVNode as g } from "vue";
|
|
2
|
-
import { _ as x } from "../../assets/modules/index-
|
|
2
|
+
import { _ as x } from "../../assets/modules/index-CRKPVlgC.js";
|
|
3
3
|
import { Modal as L, Space as N } from "ant-design-vue";
|
|
4
4
|
import { ResStatus as $ } from "@skyfox2000/fapi";
|
|
5
|
-
import { a0 as B } from "../../assets/modules/
|
|
5
|
+
import { a0 as B } from "../../assets/modules/pinia-8iujwf8y.js";
|
|
6
6
|
import "vue-draggable-next";
|
|
7
7
|
import t from "vue-m-message";
|
|
8
8
|
import "dayjs";
|
|
9
|
-
import { _ as R } from "../../assets/modules/download-
|
|
9
|
+
import { _ as R } from "../../assets/modules/download-D6JcG5ZR.js";
|
|
10
10
|
import "@skyfox2000/microbase";
|
|
11
|
-
import { A, U as M } from "../../assets/modules/file-upload-
|
|
11
|
+
import { A, U as M } from "../../assets/modules/file-upload-D5dPRmq8.js";
|
|
12
12
|
import "async-validator";
|
|
13
13
|
const W = /* @__PURE__ */ S({
|
|
14
14
|
__name: "uploadForm",
|
package/lib/index.d.ts
CHANGED
|
@@ -35,8 +35,9 @@ export { path, AsyncUploader } from './utils/file-upload';
|
|
|
35
35
|
export { EventPrefix } from './utils/eventbus';
|
|
36
36
|
export { default as eventBus } from './utils/eventbus';
|
|
37
37
|
export { getHostInfo, getAppInfo, userLogin, userLogout, getToken, getUserInfo, mainAppPush, } from './utils/main-openapis';
|
|
38
|
+
export { pinia } from './stores/pinia';
|
|
38
39
|
export { router as AppRouter };
|
|
39
|
-
export { routes } from './router';
|
|
40
|
+
export { pendingNavigation, routes } from './router';
|
|
40
41
|
export { useAppInfo } from './stores/appInfo';
|
|
41
42
|
export { useHostInfo } from './stores/hostInfo';
|
|
42
43
|
export { useUserInfo } from './stores/userInfo';
|
package/lib/webui.es.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { u as ve, c as Xe, P as te, o as ie, a as Ze, b as Pe, d as Ee, r as oe, e as et, f as tt, g as Fe, h as at, i as A, l as Ne, j as Re, k as V, m as ke, n as lt, p as rt, O as Oe, q as Me, _ as st, s as ot, t as nt, v as it, w as ct, x as ut, y as Be, z as dt, A as X } from "./assets/modules/
|
|
2
|
-
import { a6 as bl, K as xl, L as yl, R as kl, a5 as wl, a3 as Cl, a4 as Sl, a7 as $l, U as Tl, N as Il, a1 as Dl, Z as Pl, J as El, G as Fl, a0 as Nl, Q as Rl, B as Ol, W as Ml, $ as Bl, a2 as Al, I as zl, H as Ll, M as Ul,
|
|
3
|
-
import { _ as B } from "./assets/modules/index-
|
|
4
|
-
import { _ as L } from "./assets/modules/toolIcon-
|
|
5
|
-
import { a as
|
|
6
|
-
import { _ as Q } from "./assets/modules/menuTabs-
|
|
7
|
-
import { a as
|
|
1
|
+
import { u as ve, c as Xe, P as te, o as ie, a as Ze, b as Pe, d as Ee, r as oe, e as et, f as tt, g as Fe, h as at, i as A, l as Ne, j as Re, k as V, m as ke, n as lt, p as rt, O as Oe, q as Me, _ as st, s as ot, t as nt, v as it, w as ct, x as ut, y as Be, z as dt, A as X } from "./assets/modules/pinia-8iujwf8y.js";
|
|
2
|
+
import { a6 as bl, K as xl, L as yl, R as kl, a5 as wl, a3 as Cl, a4 as Sl, a7 as $l, U as Tl, N as Il, a1 as Dl, Z as Pl, J as El, G as Fl, a0 as Nl, Q as Rl, B as Ol, W as Ml, $ as Bl, a2 as Al, I as zl, H as Ll, M as Ul, a9 as Yl, a8 as Vl, Y as Kl, aa as Hl, T as jl, V as Ql, S as ql, ab as Wl, C as Gl, D as Jl, ac as Xl, F as Zl, ad as er, E as tr, X as ar } from "./assets/modules/pinia-8iujwf8y.js";
|
|
3
|
+
import { _ as B } from "./assets/modules/index-CRKPVlgC.js";
|
|
4
|
+
import { _ as L } from "./assets/modules/toolIcon-Cwggvppx.js";
|
|
5
|
+
import { a as rr } from "./assets/modules/toolIcon-Cwggvppx.js";
|
|
6
|
+
import { _ as Q } from "./assets/modules/menuTabs-D2OgHmBc.js";
|
|
7
|
+
import { a as or, c as nr, d as ir, e as cr, I as ur, f as dr, g as pr, b as fr } from "./assets/modules/menuTabs-D2OgHmBc.js";
|
|
8
8
|
import { defineComponent as w, createBlock as _, openBlock as m, withModifiers as Z, unref as l, useAttrs as J, withCtx as h, createElementVNode as T, createVNode as y, mergeProps as F, renderSlot as E, normalizeStyle as me, toDisplayString as D, createCommentVNode as k, ref as b, provide as Ae, watch as $, onMounted as z, createTextVNode as N, inject as he, resolveDirective as ae, withDirectives as j, computed as G, createElementBlock as C, normalizeClass as M, createSlots as ze, useSlots as pt, Fragment as O, renderList as U, resolveDynamicComponent as ft, onUnmounted as Le, onActivated as vt, withKeys as we } from "vue";
|
|
9
9
|
import { Popover as mt, theme as Ue, Drawer as ht, Space as ee, Form as Ye, message as gt, FormItem as Ve, ConfigProvider as Ce, Popconfirm as _t, Button as Ke, DropdownButton as bt, Menu as ge, MenuItem as _e, Dropdown as de, Checkbox as xt, Switch as yt, Table as He, Tree as kt, Cascader as wt, DatePicker as Ct, Input as pe, InputPassword as St, InputNumber as $t, RangePicker as Tt, Textarea as It, Transfer as Dt, TreeSelect as Pt, LayoutContent as Et } from "ant-design-vue";
|
|
10
10
|
import { SERVER_HOST as Ft, fieldMapping as re, FrontCache as le, httpPost as je, ResStatus as Qe } from "@skyfox2000/fapi";
|
|
@@ -13,11 +13,11 @@ import ne from "vue-m-message";
|
|
|
13
13
|
import fe from "dayjs";
|
|
14
14
|
import { EnvConfig as Se } from "@skyfox2000/microbase";
|
|
15
15
|
import "async-validator";
|
|
16
|
-
import { _ as
|
|
17
|
-
import { d as qe } from "./assets/modules/download-
|
|
18
|
-
import { _ as
|
|
19
|
-
import { A as
|
|
20
|
-
import { c as
|
|
16
|
+
import { _ as mr } from "./assets/modules/index-XIk9IJH2.js";
|
|
17
|
+
import { d as qe } from "./assets/modules/download-D6JcG5ZR.js";
|
|
18
|
+
import { _ as gr, a as _r } from "./assets/modules/download-D6JcG5ZR.js";
|
|
19
|
+
import { A as xr, U as yr, a as kr, g as wr, c as Cr, d as Sr, m as $r, p as Tr, u as Ir, b as Dr } from "./assets/modules/file-upload-D5dPRmq8.js";
|
|
20
|
+
import { c as Er, p as Fr, v as Nr } from "./assets/modules/form-excel-DITF2FoK.js";
|
|
21
21
|
const Va = /* @__PURE__ */ w({
|
|
22
22
|
__name: "fullscreen",
|
|
23
23
|
setup(r) {
|
|
@@ -2106,11 +2106,11 @@ const ml = async (r, a, t) => {
|
|
|
2106
2106
|
}
|
|
2107
2107
|
};
|
|
2108
2108
|
export {
|
|
2109
|
-
|
|
2109
|
+
or as AppIcon,
|
|
2110
2110
|
oe as AppRouter,
|
|
2111
|
-
|
|
2111
|
+
xr as AsyncUploader,
|
|
2112
2112
|
Ja as AutoComplete,
|
|
2113
|
-
|
|
2113
|
+
nr as Breadcrumb,
|
|
2114
2114
|
B as Button,
|
|
2115
2115
|
Ge as Cache,
|
|
2116
2116
|
Da as CacheKeys,
|
|
@@ -2119,28 +2119,28 @@ export {
|
|
|
2119
2119
|
dl as Content,
|
|
2120
2120
|
el as DatePicker,
|
|
2121
2121
|
pl as Datetime,
|
|
2122
|
-
|
|
2122
|
+
mr as Dialog,
|
|
2123
2123
|
Ha as Drawer,
|
|
2124
2124
|
bl as EventPrefix,
|
|
2125
2125
|
ja as Form,
|
|
2126
2126
|
Qa as FormItem,
|
|
2127
2127
|
Va as Fullscreen,
|
|
2128
|
-
|
|
2129
|
-
|
|
2128
|
+
ir as Header,
|
|
2129
|
+
cr as HeaderExits,
|
|
2130
2130
|
Ot as Helper,
|
|
2131
2131
|
xl as ICONS_LIB,
|
|
2132
|
-
|
|
2132
|
+
ur as Icon,
|
|
2133
2133
|
Qt as Icontool,
|
|
2134
2134
|
sa as Input,
|
|
2135
2135
|
tl as InputIcon,
|
|
2136
2136
|
ll as InputNumber,
|
|
2137
2137
|
al as InputPassword,
|
|
2138
2138
|
Ka as LayoutIcon,
|
|
2139
|
-
|
|
2140
|
-
|
|
2139
|
+
dr as Menu,
|
|
2140
|
+
pr as MenuTabs,
|
|
2141
2141
|
Oe as OPTIONS,
|
|
2142
2142
|
ot as OptionCommProps,
|
|
2143
|
-
|
|
2143
|
+
fr as ProjectIcon,
|
|
2144
2144
|
rl as PropEditor,
|
|
2145
2145
|
te as ProviderKeys,
|
|
2146
2146
|
ua as Radio,
|
|
@@ -2155,14 +2155,14 @@ export {
|
|
|
2155
2155
|
il as Textarea,
|
|
2156
2156
|
L as ToolIcon,
|
|
2157
2157
|
Jt as Toolbar,
|
|
2158
|
-
|
|
2158
|
+
rr as Tooltip,
|
|
2159
2159
|
da as Transfer,
|
|
2160
2160
|
cl as TransferTable,
|
|
2161
2161
|
Ga as Tree,
|
|
2162
2162
|
ul as TreeSelect,
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2163
|
+
gr as UploadList,
|
|
2164
|
+
yr as UploadStatus,
|
|
2165
|
+
Er as checkExcelDuplicates,
|
|
2166
2166
|
yl as checkIconsExpired,
|
|
2167
2167
|
nt as circleLoading,
|
|
2168
2168
|
Xe as createFromIconfont,
|
|
@@ -2172,27 +2172,27 @@ export {
|
|
|
2172
2172
|
Cl as doExecute,
|
|
2173
2173
|
Be as doQuery,
|
|
2174
2174
|
Sl as doSave,
|
|
2175
|
-
|
|
2175
|
+
_r as donwloadFromMinio,
|
|
2176
2176
|
qe as downloadBlob,
|
|
2177
2177
|
$l as eventBus,
|
|
2178
2178
|
hl as exportResults,
|
|
2179
2179
|
ml as exportSelectedRows,
|
|
2180
2180
|
Fe as filterColumns,
|
|
2181
2181
|
V as formValidate,
|
|
2182
|
-
|
|
2182
|
+
kr as getAppInfo,
|
|
2183
2183
|
Tl as getFormDetail,
|
|
2184
|
-
|
|
2184
|
+
wr as getHostInfo,
|
|
2185
2185
|
Il as getIconTransform,
|
|
2186
2186
|
Dl as getRecordDetail,
|
|
2187
2187
|
Pl as getRuleTexts,
|
|
2188
2188
|
El as getSelectedLabels,
|
|
2189
2189
|
Fl as getSelectedValues,
|
|
2190
|
-
|
|
2190
|
+
Cr as getToken,
|
|
2191
2191
|
K as getToolByKey,
|
|
2192
2192
|
xe as getToolGroup,
|
|
2193
2193
|
H as getToolStatus,
|
|
2194
2194
|
W as getToolVisible,
|
|
2195
|
-
|
|
2195
|
+
Sr as getUserInfo,
|
|
2196
2196
|
ke as gridQueryFind,
|
|
2197
2197
|
lt as gridQueryList,
|
|
2198
2198
|
Nl as gridRowUpdate,
|
|
@@ -2204,7 +2204,7 @@ export {
|
|
|
2204
2204
|
Ml as initValidate,
|
|
2205
2205
|
X as isEmpty,
|
|
2206
2206
|
Ne as loadOption,
|
|
2207
|
-
|
|
2207
|
+
$r as mainAppPush,
|
|
2208
2208
|
Bl as mergeColumns,
|
|
2209
2209
|
Ta as onColumnVisibleChanged,
|
|
2210
2210
|
ie as onFormClose,
|
|
@@ -2220,29 +2220,31 @@ export {
|
|
|
2220
2220
|
at as openNewForm,
|
|
2221
2221
|
Ll as outFormDataFields,
|
|
2222
2222
|
Ul as parseIcons,
|
|
2223
|
-
|
|
2224
|
-
|
|
2223
|
+
Tr as path,
|
|
2224
|
+
Yl as pendingNavigation,
|
|
2225
|
+
Vl as pinia,
|
|
2226
|
+
Fr as processExcelFile,
|
|
2225
2227
|
Me as queryTree,
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2228
|
+
Kl as resetRules,
|
|
2229
|
+
Hl as routes,
|
|
2230
|
+
jl as saveForm,
|
|
2231
|
+
Ql as setFormData,
|
|
2232
|
+
ql as showBreadcrumb,
|
|
2231
2233
|
Re as unloadOption,
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
+
Wl as useAppInfo,
|
|
2235
|
+
Gl as useEditorFactory,
|
|
2234
2236
|
Ee as useFormItemFactory,
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
+
Jl as useGridFactory,
|
|
2238
|
+
Xl as useHostInfo,
|
|
2237
2239
|
A as useInputFactory,
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
+
Zl as usePageFactory,
|
|
2241
|
+
er as usePageInfo,
|
|
2240
2242
|
ve as useSettingInfo,
|
|
2241
2243
|
Ia as useToolFactory,
|
|
2242
|
-
|
|
2244
|
+
tr as useTreeFactory,
|
|
2243
2245
|
dt as useUserInfo,
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2246
|
+
Ir as userLogin,
|
|
2247
|
+
Dr as userLogout,
|
|
2248
|
+
ar as validateData,
|
|
2249
|
+
Nr as validateExcel
|
|
2248
2250
|
};
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -48,6 +48,7 @@ export {
|
|
|
48
48
|
Menu,
|
|
49
49
|
MenuTabs,
|
|
50
50
|
} from '@/components/index';
|
|
51
|
+
|
|
51
52
|
// 类型定义 - 明确导出
|
|
52
53
|
export type {
|
|
53
54
|
// 基础数据类型
|
|
@@ -241,9 +242,11 @@ export {
|
|
|
241
242
|
mainAppPush,
|
|
242
243
|
} from '@/utils/main-openapis';
|
|
243
244
|
|
|
245
|
+
export { pinia } from '@/stores/pinia';
|
|
246
|
+
|
|
244
247
|
import router from '@/router';
|
|
245
248
|
export { router as AppRouter };
|
|
246
|
-
export { routes } from '@/router';
|
|
249
|
+
export { pendingNavigation, routes } from '@/router';
|
|
247
250
|
|
|
248
251
|
export { useAppInfo } from '@/stores/appInfo';
|
|
249
252
|
export { useHostInfo } from '@/stores/hostInfo';
|