restore missing text in introduction

This commit is contained in:
Salem Yaslem 2023-05-15 16:47:33 +03:00
parent 9d9516a0a6
commit 4103691e99
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ function onSelectEnd(e: any) {
:selectFromInside="false" :toggleContinueSelect="'shift'" @select="onSelectStart" @selectStart="onSelectStart"
:get-element-rect="getElementInfo"
@selectEnd="onSelectEnd" />
<h1 v-if="!files.length">Drag compressed files here</h1>
<h1 v-if="!files.length">Drag and Drop compressed files here</h1>
</v-main>
</v-layout>
</template>

View File

@ -24,6 +24,6 @@
"selecto": "^1.22.3",
"uuid": "^9.0.0",
"vue3-selecto": "^1.8.4",
"vuetify": "3.2.4"
"vuetify": "^3.2.4"
}
}