dusenyao 2 vuotta sitten
vanhempi
commit
f742305d23
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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']);