vue3-tabs
vue3-tabs copied to clipboard
A touch swipe tabs for vue 3
``` ``` `TypeError: vnodes.map is not a function` tab-panels allow only tab-panel children, if there are comments inside an error will throw. I suggest to display some warnings on console...
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...
There is several ways to force this behavior, in general any attempt to focus element from tab that is not currently fully displayed breaks the whole component. Scenarios were we've...
import { Component, Vue, toNative, Prop } from 'vue-facing-decorator'; import { Root } from '@/main'; import {Tabs, Tab} from 'vue3-tabs-component'; import { TabViewModel } from '@/entities/TabViewModel'; @Component({ components: { Tabs,...