Skip to content

Commit 4d9e26f

Browse files
committed
Use aria tab interface specs. Css cleanup
1 parent 3f8a759 commit 4d9e26f

File tree

6 files changed

+26
-39
lines changed

6 files changed

+26
-39
lines changed

dev/App.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<template>
22
<div>
3-
<vue-tabs class="card" @on-error="handleError">
3+
<vue-tabs class="card" @on-error="handleError" centered>
44
<!--<template slot="tab" scope="props">
55
<li :class="{active:props.tab.active}" >
66
<a href="" @click.prevent="props.clickHandler(props.index)" style="border-radius:50%">
77
{{props.tab.title}}
88
</a>
99
</li>
1010
</template>-->
11-
<v-tab title="First tab" icon="ti-bag" :before-change="validateFirstTab">
11+
<v-tab title="First tab" icon="ti-bag" :before-change="validateFirstTab" id="test">
1212
<div>adsdaasd</div>
1313
<div>adsdaasd</div>
1414
<div>adsdaasd</div>
1515
<div>adsdaasd</div>
1616
<div>adsdaasd</div>
1717
</v-tab>
1818

19-
<v-tab title="Second tab" icon="ti-bag">
19+
<v-tab title="Second tab" icon="ti-bag" id="test2">
2020
Second
2121
</v-tab>
2222

23-
<v-tab title="Third tab" icon="ti-bag">
23+
<v-tab title="Third tab" icon="ti-bag" id="test3">
2424
Third tab
2525
</v-tab>
2626

dist/vue-tabs.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)