dusenyao %!s(int64=2) %!d(string=hai) anos
pai
achega
f742305d23
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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']);