zzz-pc-view 0.0.127 → 0.0.129
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/package.json
CHANGED
package/src/index.es.js
CHANGED
|
@@ -5,7 +5,7 @@ var _a, _b, _c, _d, _e, _f, _g, _h, _i;
|
|
|
5
5
|
import CryptoJS from "crypto-js";
|
|
6
6
|
import qs from "qs";
|
|
7
7
|
import axios, { CanceledError } from "axios";
|
|
8
|
-
import { openBlock, createElementBlock, createElementVNode, ref, computed, shallowRef, nextTick, watch, onBeforeUnmount, onDeactivated, onActivated, defineComponent, onMounted, reactive, h, Fragment, renderList, mergeProps, unref, toDisplayString, createCommentVNode, createBlock, resolveDynamicComponent, toHandlers, resolveComponent, renderSlot, createVNode, withCtx, createTextVNode, createSlots, resolveDirective, withDirectives, withModifiers, isRef, withKeys, normalizeStyle, normalizeClass, normalizeProps, guardReactiveProps, Transition, KeepAlive } from "vue";
|
|
8
|
+
import { openBlock, createElementBlock, createElementVNode, ref, computed, shallowRef, nextTick, watch, onBeforeUnmount, onDeactivated, onActivated, defineComponent, onMounted, reactive, h, Fragment, renderList, mergeProps, unref, toDisplayString, createCommentVNode, createBlock, resolveDynamicComponent, toHandlers, resolveComponent, renderSlot, createVNode, withCtx, createTextVNode, createSlots, resolveDirective, withDirectives, withModifiers, isRef, withKeys, normalizeStyle, normalizeClass, normalizeProps, guardReactiveProps, Transition, KeepAlive, Teleport } from "vue";
|
|
9
9
|
import { useRoute, useRouter } from "vue-router";
|
|
10
10
|
import * as ECharts from "echarts";
|
|
11
11
|
import Mock from "mockjs";
|
|
@@ -13569,7 +13569,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
13569
13569
|
}
|
|
13570
13570
|
});
|
|
13571
13571
|
const _hoisted_1 = { class: "flex column wrapper layout-main" };
|
|
13572
|
-
const _hoisted_2 = { class: "flex flex-1 fit-size" };
|
|
13572
|
+
const _hoisted_2 = { class: "flex flex-1 fit-size layout-body" };
|
|
13573
13573
|
const _hoisted_3 = {
|
|
13574
13574
|
key: 0,
|
|
13575
13575
|
class: "relative layout-aside"
|
|
@@ -13651,7 +13651,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13651
13651
|
])
|
|
13652
13652
|
])
|
|
13653
13653
|
]),
|
|
13654
|
-
renderSlot(_ctx.$slots, "
|
|
13654
|
+
renderSlot(_ctx.$slots, "footer"),
|
|
13655
|
+
(openBlock(), createBlock(Teleport, { to: "body" }, [
|
|
13656
|
+
renderSlot(_ctx.$slots, "dialog")
|
|
13657
|
+
]))
|
|
13655
13658
|
]);
|
|
13656
13659
|
};
|
|
13657
13660
|
}
|