Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/ChecksumTab.vue')
-rw-r--r--src/views/ChecksumTab.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/views/ChecksumTab.vue b/src/views/ChecksumTab.vue
index 42de059..9b800f5 100644
--- a/src/views/ChecksumTab.vue
+++ b/src/views/ChecksumTab.vue
@@ -37,12 +37,13 @@
</template>
<script>
+import Vue from 'vue'
import { generateUrl } from '@nextcloud/router'
import axios from '@nextcloud/axios'
import Multiselect from '@nextcloud/vue/dist/Components/Multiselect'
import Algorithms from '../model/Algorithms.ts'
-export default {
+export default Vue.extend({
name: 'ChecksumTab',
components: {
@@ -121,7 +122,7 @@ export default {
this.hash = ''
},
},
-}
+})
</script>
<style lang="scss" scoped>