forked from AkkomaGang/akkoma-fe
Merge branch 'eslint-fix' into 'develop'
Fix eslint warnings See merge request pleroma/pleroma-fe!984
This commit is contained in:
commit
5679dcdd18
2 changed files with 5 additions and 3 deletions
|
@ -12,8 +12,8 @@
|
|||
>
|
||||
<i class="checkbox-indicator" />
|
||||
<span
|
||||
class="label"
|
||||
v-if="!!$slots.default"
|
||||
class="label"
|
||||
>
|
||||
<slot />
|
||||
</span>
|
||||
|
|
|
@ -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…
Reference in a new issue