diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
new file mode 100644
index 00000000..75c5672b
--- /dev/null
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index 4c4d6db4..ff19dcd0 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -1,5 +1,6 @@
+
import { mapGetters } from 'vuex'
+import Logo from './Logo'
import SidebarItem from './SidebarItem'
import variables from '@/styles/variables.scss'
export default {
- components: { SidebarItem },
+ components: { SidebarItem, Logo },
computed: {
...mapGetters([
'permission_routes',
diff --git a/src/styles/transition.scss b/src/styles/transition.scss
index ab68317d..7b5e4bfd 100644
--- a/src/styles/transition.scss
+++ b/src/styles/transition.scss
@@ -1,4 +1,4 @@
-//globl transition css
+//global transition css
/*fade*/
.fade-enter-active,