mirror of
https://github.com/filegator/filegator.git
synced 2025-09-02 00:22:43 +02:00
lint tweaks
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<img :src="this.$store.state.config.logo">
|
||||
</a>
|
||||
|
||||
<a role="button" :class="[navbarActive ? 'is-active' : '', 'navbar-burger burger']" aria-label="menu" aria-expanded="false" @click="navbarActive = !navbarActive">
|
||||
<a :class="[navbarActive ? 'is-active' : '', 'navbar-burger burger']" role="button" aria-label="menu" aria-expanded="false" @click="navbarActive = !navbarActive">
|
||||
<span aria-hidden="true" />
|
||||
<span aria-hidden="true" />
|
||||
<span aria-hidden="true" />
|
||||
|
@@ -18,7 +18,7 @@ import api from '../../api/api'
|
||||
import _ from 'lodash'
|
||||
|
||||
export default {
|
||||
name: "TreeNode",
|
||||
name: 'TreeNode',
|
||||
props: {
|
||||
node: {
|
||||
type: Object,
|
||||
@@ -73,7 +73,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
@@ -109,7 +109,7 @@ export default {
|
||||
type: 'is-danger',
|
||||
message: this.lang('Browser not supported.'),
|
||||
})
|
||||
return;
|
||||
return
|
||||
}
|
||||
|
||||
this.resumable.on('fileAdded', () => {
|
||||
|
Reference in New Issue
Block a user