fix eslint warnings
This commit is contained in:
parent
632773ba91
commit
c1478b0887
2 changed files with 5 additions and 3 deletions
|
@ -12,11 +12,13 @@ export default Vue.component('tab-switcher', {
|
|||
},
|
||||
onSwitch: {
|
||||
required: false,
|
||||
type: Function
|
||||
type: Function,
|
||||
default: undefined
|
||||
},
|
||||
activeTab: {
|
||||
required: false,
|
||||
type: String
|
||||
type: String,
|
||||
default: undefined
|
||||
},
|
||||
scrollableTabs: {
|
||||
required: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue