vue-layout-gitcode 1.9.54 → 1.9.56
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/{GloabarSearch-BKbD4E1Z.js → GloabarSearch-xafLwshU.js} +3 -3
- package/{MenuItem-Ds8HpRek.js → MenuItem-B7ZmXZ-B.js} +1 -1
- package/{ProjectMenuList-wqov62hv.js → ProjectMenuList-D3N5KFjk.js} +2 -2
- package/{ProjectMenuListV2-CBDop7_p.js → ProjectMenuListV2-B5OXO_mi.js} +2 -2
- package/{ProjectSearch-CQGr2sFM.js → ProjectSearch-zHoMXDiK.js} +1 -1
- package/{SearchHistoryList-CEuItO_r.js → SearchHistoryList-CCg9uMxD.js} +1 -1
- package/{SearchPrefixTag-CZqpX561.js → SearchPrefixTag-DFtTwc9j.js} +1 -1
- package/{SearchRecommed-awSwT-BI.js → SearchRecommed-B7GDOaKq.js} +2 -2
- package/{SearchScopeList-BTG0qdJ0.js → SearchScopeList-DLjiUXHq.js} +1 -1
- package/{UserSearch-Dd-eQ3vt.js → UserSearch-CKoIlecq.js} +1 -1
- package/{index-Za1QBXHF.js → index-BIWX3oG_.js} +2 -2
- package/{index-Bmrl92GJ.js → index-D03IkWK4.js} +1 -1
- package/{index-DHpQZi8b.js → index-DZ6V-gBL.js} +26 -21
- package/{index-DSR-pbwA.js → index-Dde0W3tP.js} +1 -1
- package/index.js +1 -1
- package/{notice-BPASre1t.js → notice-B3aptLSY.js} +1 -1
- package/package.json +2 -2
- package/style.css +1 -1
- package/{transWebUrl-DX1uQ-Qk.js → transWebUrl-CUGP4dVd.js} +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent, inject, createElementBlock, openBlock, Fragment, createElementVNode, toDisplayString, createVNode, unref, renderList, withDirectives, createBlock, ref, watch, onMounted, createCommentVNode } from "vue";
|
|
2
2
|
import "vue-devui-lal/icon";
|
|
3
3
|
import "vue-devui-lal/icon/style.css";
|
|
4
|
-
import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
4
|
+
import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-DZ6V-gBL.js";
|
|
5
5
|
import "lodash/debounce";
|
|
6
|
-
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-
|
|
7
|
-
import "./transWebUrl-
|
|
6
|
+
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-BIWX3oG_.js";
|
|
7
|
+
import "./transWebUrl-CUGP4dVd.js";
|
|
8
8
|
import "vue-devui-lal/tooltip";
|
|
9
9
|
import "vue-devui-lal/tooltip/style.css";
|
|
10
10
|
import "vue-router";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, useSlots, ref, computed, createBlock, openBlock, unref, withCtx, createElementVNode, normalizeClass, createElementBlock, createTextVNode, createCommentVNode, toDisplayString, renderSlot } from "vue";
|
|
2
|
-
import { a as i18n, y as useLayoutConfig, z as ThemeType, A as currentTheme, L as LANG_ZH, B as LANG_EN, x as getLocaleLang, G as GIcon, C as emitEvent, D as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, z as ThemeType, A as currentTheme, L as LANG_ZH, B as LANG_EN, x as getLocaleLang, G as GIcon, C as emitEvent, D as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-DZ6V-gBL.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
4
|
import { Popover } from "vue-devui-lal/popover";
|
|
5
5
|
import "vue-devui-lal/popover/style.css";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, reactive, watch, computed, createElementBlock, openBlock, createCommentVNode, createBlock, withDirectives, Fragment, createElementVNode, createVNode, toDisplayString, unref, withModifiers, normalizeClass, withCtx, renderList, createTextVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, F as _sfc_main$1, H as loadAsideData, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, I as asideRequest, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, F as _sfc_main$1, H as loadAsideData, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, I as asideRequest, _ as _export_sfc } from "./index-DZ6V-gBL.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-CUGP4dVd.js";
|
|
5
5
|
import { Select, Option } from "vue-devui-lal/select";
|
|
6
6
|
import { Input } from "vue-devui-lal/input";
|
|
7
7
|
import { Skeleton } from "vue-devui-lal/skeleton";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, reactive, computed, watch, createElementBlock, openBlock, createElementVNode, createVNode, createBlock, createCommentVNode, withDirectives, toDisplayString, unref, withModifiers, normalizeClass, withCtx, Fragment, renderList, createTextVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, y as useLayoutConfig, G as GIcon, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, t as transformUrl, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, G as GIcon, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, t as transformUrl, _ as _export_sfc } from "./index-DZ6V-gBL.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-CUGP4dVd.js";
|
|
5
5
|
import { Input } from "vue-devui-lal/input";
|
|
6
6
|
import { Skeleton } from "vue-devui-lal/skeleton";
|
|
7
7
|
import { MenuItem } from "vue-devui-lal/menu";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, inject, computed, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-DZ6V-gBL.js";
|
|
3
3
|
import { useRoute, useRouter } from "vue-router";
|
|
4
4
|
import "vue-devui-lal/icon";
|
|
5
5
|
import "vue-devui-lal/icon/style.css";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, createElementBlock, openBlock, createCommentVNode, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers } from "vue";
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-DZ6V-gBL.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "history-list" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode, withDirectives, toDisplayString, withModifiers, createVNode, vShow } from "vue";
|
|
2
|
-
import { G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { G as GIcon, _ as _export_sfc } from "./index-DZ6V-gBL.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "ellipsis" };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, onMounted, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, renderSlot, createBlock, createVNode, withCtx } from "vue";
|
|
2
|
-
import { u as useReportRepo, S as SearchRepoCard } from "./index-
|
|
3
|
-
import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-
|
|
2
|
+
import { u as useReportRepo, S as SearchRepoCard } from "./index-BIWX3oG_.js";
|
|
3
|
+
import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-DZ6V-gBL.js";
|
|
4
4
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
5
5
|
import { SkeletonItem } from "vue-devui-lal/skeleton";
|
|
6
6
|
import "vue-devui-lal/grid/style.css";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, Fragment, renderList, createElementVNode, createVNode, createCommentVNode, toDisplayString, unref } from "vue";
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-DZ6V-gBL.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = ["onClick"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject, ref, watch, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-DZ6V-gBL.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "px-[8px] history-list-project pl-[8px]" };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ref, watchEffect, defineComponent, toDisplayString, unref, mergeModels, useModel, watch, createElementBlock, openBlock, createVNode, withDirectives, normalizeClass, createElementVNode, vShow, inject, withModifiers, createBlock, Fragment, computed, createCommentVNode, normalizeStyle, createTextVNode, onMounted, onUnmounted, renderList, withCtx, reactive } from "vue";
|
|
2
2
|
import debounce from "lodash/debounce";
|
|
3
|
-
import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, w as LANG_KEY } from "./index-
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
3
|
+
import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, w as LANG_KEY } from "./index-DZ6V-gBL.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-CUGP4dVd.js";
|
|
5
5
|
import { useRouter } from "vue-router";
|
|
6
6
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
7
7
|
import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, onMounted, onUnmounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
|
-
import { x as getLocaleLang, L as LANG_ZH, y as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
2
|
+
import { x as getLocaleLang, L as LANG_ZH, y as useLayoutConfig, _ as _export_sfc } from "./index-DZ6V-gBL.js";
|
|
3
3
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const TARGET_TEXT = "Click in order:";
|
|
@@ -12560,20 +12560,24 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
12560
12560
|
const props = __props;
|
|
12561
12561
|
const imgSrc = ref("");
|
|
12562
12562
|
const placeholderName = ref("");
|
|
12563
|
-
const onLoadError = (
|
|
12563
|
+
const onLoadError = () => {
|
|
12564
12564
|
imgSrc.value = "";
|
|
12565
|
-
placeholderName.value =
|
|
12565
|
+
placeholderName.value = (props.name || "-").substring(0, 1).toUpperCase();
|
|
12566
12566
|
};
|
|
12567
12567
|
watchEffect(() => {
|
|
12568
|
-
|
|
12569
|
-
|
|
12570
|
-
|
|
12571
|
-
|
|
12568
|
+
if (props.src) {
|
|
12569
|
+
imgSrc.value = transformUrl(props.src);
|
|
12570
|
+
} else {
|
|
12571
|
+
if (props.name) {
|
|
12572
|
+
placeholderName.value = props.name.substring(0, 1).toUpperCase();
|
|
12573
|
+
} else {
|
|
12574
|
+
placeholderName.value = "-";
|
|
12575
|
+
}
|
|
12572
12576
|
}
|
|
12573
12577
|
});
|
|
12574
12578
|
return (_ctx, _cache) => {
|
|
12575
12579
|
return openBlock(), createBlock(unref(Avatar), {
|
|
12576
|
-
"img-src":
|
|
12580
|
+
"img-src": placeholderName.value || imgSrc.value,
|
|
12577
12581
|
name: placeholderName.value,
|
|
12578
12582
|
width: _ctx.width,
|
|
12579
12583
|
height: _ctx.height,
|
|
@@ -17118,13 +17122,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17118
17122
|
var _a;
|
|
17119
17123
|
const layoutConfig2 = useLayoutConfig();
|
|
17120
17124
|
const { t: $t } = i18n.global;
|
|
17121
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
17122
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
17123
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
17124
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
17125
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
17126
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
17127
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
17125
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-zHoMXDiK.js"));
|
|
17126
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-CKoIlecq.js"));
|
|
17127
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-xafLwshU.js"));
|
|
17128
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-CCg9uMxD.js"));
|
|
17129
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-DLjiUXHq.js"));
|
|
17130
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-DFtTwc9j.js"));
|
|
17131
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-B7GDOaKq.js"));
|
|
17128
17132
|
const props = __props;
|
|
17129
17133
|
const repoInfo = inject("repoInfo");
|
|
17130
17134
|
const orgInfo = inject("orgInfo");
|
|
@@ -17873,7 +17877,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
17873
17877
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
17874
17878
|
}
|
|
17875
17879
|
};
|
|
17876
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
17880
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-B3aptLSY.js"));
|
|
17877
17881
|
function clearNotice() {
|
|
17878
17882
|
if (localStorage$2.getItem("validator_email")) {
|
|
17879
17883
|
localStorage$2.removeItem("validator_email");
|
|
@@ -18282,10 +18286,11 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18282
18286
|
const logoStyle = computed(() => {
|
|
18283
18287
|
const isBlackTheme = currentTheme.value === "black";
|
|
18284
18288
|
let logoUrl = isBlackTheme ? logoConfig.siteLogoWhite : logoConfig.siteLogoDark;
|
|
18289
|
+
let backgroundSize = isMobile.value ? "cover" : "contain";
|
|
18285
18290
|
if (inAIHub.value) {
|
|
18286
18291
|
logoUrl = isBlackTheme ? logoConfig.aiLogoWhite : logoConfig.aiLogoDark;
|
|
18292
|
+
backgroundSize = "contain";
|
|
18287
18293
|
}
|
|
18288
|
-
const backgroundSize = isMobile.value ? "cover" : "contain";
|
|
18289
18294
|
return {
|
|
18290
18295
|
backgroundImage: `url(${logoUrl})`,
|
|
18291
18296
|
backgroundRepeat: "no-repeat",
|
|
@@ -18674,9 +18679,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18674
18679
|
const layoutConfig2 = useLayoutConfig();
|
|
18675
18680
|
const { t: t2 } = i18n.global;
|
|
18676
18681
|
const route = useRoute();
|
|
18677
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
18678
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
18679
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
18682
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-B7ZmXZ-B.js"));
|
|
18683
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-B5OXO_mi.js"));
|
|
18684
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-D3N5KFjk.js"));
|
|
18680
18685
|
const props = __props;
|
|
18681
18686
|
console.log("slotKeys", props.slotKeys);
|
|
18682
18687
|
console.log("props", props);
|
|
@@ -24509,7 +24514,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24509
24514
|
}
|
|
24510
24515
|
});
|
|
24511
24516
|
const MFA = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24512
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24517
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-D03IkWK4.js"));
|
|
24513
24518
|
const useSlidCaptcha = () => {
|
|
24514
24519
|
const { mount, unMount } = usePopup("slid-captcha-popup");
|
|
24515
24520
|
const open = (config) => {
|
|
@@ -24528,7 +24533,7 @@ const useSlidCaptcha = () => {
|
|
|
24528
24533
|
close: unMount
|
|
24529
24534
|
};
|
|
24530
24535
|
};
|
|
24531
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
24536
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-Dde0W3tP.js"));
|
|
24532
24537
|
const useYunpianCaptcha = () => {
|
|
24533
24538
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
24534
24539
|
const open = (config) => {
|
|
@@ -8,7 +8,7 @@ import { Message } from "vue-devui-lal/message";
|
|
|
8
8
|
import "vue-devui-lal/message/style.css";
|
|
9
9
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
10
10
|
import "vue-devui-lal/overlay/style.css";
|
|
11
|
-
import { a as i18n, k as usePageResize, x as getLocaleLang, L as LANG_ZH, _ as _export_sfc } from "./index-
|
|
11
|
+
import { a as i18n, k as usePageResize, x as getLocaleLang, L as LANG_ZH, _ as _export_sfc } from "./index-DZ6V-gBL.js";
|
|
12
12
|
const _YunpianCaptchaManager = class _YunpianCaptchaManager {
|
|
13
13
|
constructor() {
|
|
14
14
|
__publicField(this, "ypRiddlerInstance", null);
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, createBlock, openBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { i as isPhone, u as useModel } from "./index-
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-DZ6V-gBL.js";
|
|
3
3
|
import { Notification } from "vue-devui-lal/notification";
|
|
4
4
|
import { Button } from "vue-devui-lal/button";
|
|
5
5
|
import "vue-devui-lal/notification/style.css";
|
package/package.json
CHANGED