diff --git a/example/Home.vue b/example/Home.vue index 3305fe3..0dd0038 100644 --- a/example/Home.vue +++ b/example/Home.vue @@ -94,7 +94,7 @@ table th,table td { :headers="headers" :data="data" :drop="drop" - :dropDirectory="dropDirectory" + :drop-directory="dropDirectory" v-model="files" @input-filter="inputFilter" @input-file="inputFile"