GuLiMmo
2024-04-01 3d954cd30c42279fa50e3f52a46b06a19afe3369
src/components/waylinetool/route-profile.vue
@@ -26,7 +26,7 @@
const details = ref<any>([])
const route = useRoute()
const isShow = computed(() => !kmlStr.value && isWaylineRoute && author.fileName && author.author && details.value.length > 0)
const isShow = computed(() => !kmlStr.value && isWaylineRoute.value && author.fileName && author.author && details.value.length > 0)
watch(
  () => fileAuthor,