Browse Source

no message

xiaochan 1 year ago
parent
commit
1e7edc88fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/layout/HeaderV2/Logo.vue

+ 2 - 0
src/layout/HeaderV2/Logo.vue

@@ -23,8 +23,10 @@ import {computed, defineComponent} from 'vue'
 import {useStore} from 'vuex'
 import {systemTitle} from '@/config'
 import {SYSTEM_CONFIG} from "@/utils/public";
+import {Expand, Fold} from "@element-plus/icons-vue";
 
 export default defineComponent({
+  components: {Fold, Expand},
   setup() {
     const store = useStore()
     const isCollapse = computed(() => store.state.app.isCollapse)