bhuh12 / vue-router-tab

Vue.js tab components, based on Vue Router.

Home Page:https://bhuh12.github.io/vue-router-tab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt项目下的默认页签支持得不太好

MarlonDML opened this issue · comments

Is your feature request related to a problem? Please describe.
设置了默认页签后,只是显示了页签,但页面内容不显示,左边菜单栏中对应标题也未选中,需要手动点击一下,页面才会显示

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

当前激活的路由是否存在默认页签内?

默认页签只是进入页面时默认展示的页签,如果打开的地址不在定义的默认页签内,是会另外出现当前地址页签的。

已经解决了