HJ29 / vue3-tabs

A touch swipe tabs for vue 3
39 stars 7 forks source link

Basic Example not work as expected #10

Open overbost opened 2 years ago

overbost commented 2 years ago

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

├── vue3-tabs@0.1.13-beta.3

EDIT I downgrade to version 0.1.12 and it work! It seem there is a bug in latest version!