1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-03-10 21:50:22 +08:00

feat: add message notification

This commit is contained in:
张传龙
2023-07-21 16:01:35 +08:00
parent 8f15e1c655
commit 0e764ac748
2 changed files with 83 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<BreadCrumb ml-15 hidden sm:block />
</div>
<div ml-auto flex items-center>
<MessageNotification />
<ThemeMode />
<GithubSite />
<FullScreen />
@@ -18,4 +19,5 @@ import FullScreen from './components/FullScreen.vue'
import UserAvatar from './components/UserAvatar.vue'
import GithubSite from './components/GithubSite.vue'
import ThemeMode from './components/ThemeMode.vue'
import MessageNotification from './components/MessageNotification.vue'
</script>