mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 07:13:58 +02:00
js fixes, lint
This commit is contained in:
@@ -166,7 +166,7 @@ Vue.use(VueClipboard)
|
||||
|
||||
export default {
|
||||
name: 'Browser',
|
||||
components: { Menu, Tree, Pagination, Upload },
|
||||
components: { Menu, Pagination, Upload },
|
||||
data() {
|
||||
return {
|
||||
dropZone: false,
|
||||
|
@@ -4,7 +4,6 @@
|
||||
<b-icon icon="times"></b-icon>
|
||||
</a>
|
||||
|
||||
</button>
|
||||
<div id="login" class="columns is-centered">
|
||||
<div class="column is-narrow">
|
||||
<form @submit.prevent="login">
|
||||
|
Reference in New Issue
Block a user