+
+
{{ noticeDetail.publisherName }}
-
+
{{ noticeDetail.publishTime }}
-
@@ -169,7 +163,7 @@ onBeforeUnmount(() => {
diff --git a/src/layout/components/NavBar/components/NavbarRight.vue b/src/layout/components/NavBar/components/NavbarRight.vue
index 0d42bbf9..2326d553 100644
--- a/src/layout/components/NavBar/components/NavbarRight.vue
+++ b/src/layout/components/NavBar/components/NavbarRight.vue
@@ -15,7 +15,7 @@
-
+
diff --git a/src/types/components.d.ts b/src/types/components.d.ts
index 6347a7f0..22494383 100644
--- a/src/types/components.d.ts
+++ b/src/types/components.d.ts
@@ -73,7 +73,7 @@ declare module "vue" {
LangSelect: (typeof import("./../components/LangSelect/index.vue"))["default"];
MenuSearch: (typeof import("./../components/MenuSearch/index.vue"))["default"];
MultiImageUpload: (typeof import("./../components/Upload/MultiImageUpload.vue"))["default"];
- NoticeDropdown: (typeof import("./../components/Notice/NoticeDropdown.vue"))["default"];
+ Notification: (typeof import("./../components/Notification/index.vue"))["default"];
LayoutSelect: (typeof import("./../layout/components/Settings/components/LayoutSelect.vue"))["default"];
PageContent: (typeof import("./../components/CURD/PageContent.vue"))["default"];
PageModal: (typeof import("./../components/CURD/PageModal.vue"))["default"];