lint tweaks

This commit is contained in:
Milos Stojanovic
2019-06-26 10:54:38 +02:00
parent 565e73c0f8
commit f3a29d33dd
12 changed files with 118 additions and 119 deletions

View File

@@ -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" />

View File

@@ -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>

View File

@@ -109,7 +109,7 @@ export default {
type: 'is-danger',
message: this.lang('Browser not supported.'),
})
return;
return
}
this.resumable.on('fileAdded', () => {