diff --git a/dangan-ui/src/layout/components/Navbar.vue b/dangan-ui/src/layout/components/Navbar.vue index 466cd98..45f6a34 100644 --- a/dangan-ui/src/layout/components/Navbar.vue +++ b/dangan-ui/src/layout/components/Navbar.vue @@ -7,15 +7,15 @@
@@ -91,6 +123,11 @@ export default { } } }, + data() { + return { + rjxx: false, + } + }, methods: { toggleSideBar() { this.$store.dispatch('app/toggleSideBar')