gpt4 book ai didi

vue.js - 检查nuxt-child是否为空

转载 作者:行者123 更新时间:2023-12-05 02:06:14 27 4
gpt4 key购买 nike

有什么方法可以检查 nuxt-child 或原生 router-view 是否有 child ?例如,如果 nuxt-child 为空/或未设置,我想显示一个 div。

<div v-if=" nuxt-child == null ">
Choose something to start...
</div>

<nuxt-child />

有什么想法吗?

最佳答案

您可以查看 matched components对于路线。

<div v-if="this.$route.matched.length">
Choose something to start...
</div>

关于vue.js - 检查nuxt-child是否为空,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62843716/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com