Browse Source

minor fixes

Olivier Massot 3 năm trước cách đây
mục cha
commit
85d64975f5
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 0 1
      components/Ui/Downloader.vue
  2. 1 1
      plugins/directives.js

+ 0 - 1
components/Ui/Downloader.vue

@@ -19,7 +19,6 @@ Usage (custom button) :
 -->
 
 <template>
-<!--  <div @download="download(file)">-->
   <div>
     <slot :download="download" :downloading="downloading">
       <v-btn :loading="downloading" :disabled="downloading" @click="download">

+ 1 - 1
plugins/directives.js

@@ -1,5 +1,5 @@
 import Vue from "vue";
-
+// Todo: replace by https://vuetifyjs.com/en/directives/click-outside/
 /**
  * Register a specific event: v-click-out
  *