Today I am trying to change the tabs using parent component. I have tried both parameters activeTab and value (https://github.com/creativetimofficial/vue-argon-design-system/blob/master/src/components/Tabs/Tabs.vue). Both of them sets the initial tab, but it does not propagate the active tab to the parent element. It would be very useful if the parent element can know and control) which tab is currently active and which should be activated.
Hello, I am a fan of vue-agron.
Today I am trying to change the tabs using parent component. I have tried both parameters activeTab and value (https://github.com/creativetimofficial/vue-argon-design-system/blob/master/src/components/Tabs/Tabs.vue). Both of them sets the initial tab, but it does not propagate the active tab to the parent element. It would be very useful if the parent element can know and control) which tab is currently active and which should be activated.
Thanks in advance