after 9000 hours it finally works
This commit is contained in:
parent
5958c32acf
commit
e6f025bf6e
7 changed files with 131 additions and 49 deletions
|
|
@ -158,7 +158,10 @@ export default {
|
|||
})
|
||||
|
||||
return (
|
||||
<div class="tab-switcher top-tabs">
|
||||
<div
|
||||
class="tab-switcher top-tabs"
|
||||
ref="root"
|
||||
>
|
||||
<div
|
||||
class="tabs"
|
||||
role="tablist"
|
||||
|
|
@ -170,6 +173,7 @@ export default {
|
|||
role="tabpanel"
|
||||
class={'contents' + (this.scrollableTabs ? ' scrollable-tabs' : '')}
|
||||
v-body-scroll-lock={this.bodyScrollLock}
|
||||
ref="content"
|
||||
>
|
||||
{contents}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue