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

feat: 集成简易暗黑模式

This commit is contained in:
zclzone
2022-12-18 19:19:42 +08:00
parent dda778fdde
commit 9548a0bfc8
5 changed files with 42 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<BreadCrumb ml-15 />
</div>
<div ml-auto flex items-center>
<ThemeMode />
<GithubSite />
<FullScreen />
<UserAvatar />
@@ -16,4 +17,5 @@ import MenuCollapse from './components/MenuCollapse.vue'
import FullScreen from './components/FullScreen.vue'
import UserAvatar from './components/UserAvatar.vue'
import GithubSite from './components/GithubSite.vue'
import ThemeMode from './components/ThemeMode.vue'
</script>