Add retap triggers, which is currently no use

This commit is contained in:
NI
2019-09-09 22:52:06 +08:00
parent ac3278f974
commit 797f4fd89c
6 changed files with 32 additions and 8 deletions

View File

@@ -25,6 +25,7 @@
:tabs="tabs"
:tabs-class="tabsClass"
@current="$emit('current', $event)"
@retap="$emit('retap', $event)"
@close="$emit('close', $event)"
></tab-list>
@@ -52,7 +53,7 @@ export default {
},
tab: {
type: Number,
default: 0
default: -1
},
tabs: {
type: Array,