vue3-tabs
vue3-tabs copied to clipboard
Basic Example not work as expected
I just copy/paste the Basic Example in an empty Ionic/vue project but not work as expected, and not like the online demo.
The demo should start from "B" panel (second panel), but in my project there aren't panels generated on startup. In firefox inspection TabPanels is empty. If i click on tabs the panel will show. If i start the project from the first panel, i show it but the first switch from panels is without animation.
Seem the panels are not loaded in DOM on startup
EDIT I downgrade to version 0.1.12 and it work! It seem there is a bug in latest version!