dusenyao 2 anni fa
parent
commit
f742305d23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/layouts/components/BreadCrumb.vue

+ 1 - 0
src/layouts/components/BreadCrumb.vue

@@ -33,6 +33,7 @@ import { useRoute } from 'vue-router/composables';
 const route = useRoute();
 let routerList = ref([]);
 const isShow = computed(() => routerList.value.length > 0);
+console.log(isShow.value);
 
 const emits = defineEmits(['update:isShowNav']);