mirror of
https://github.com/xlmnxp/extractify.zip.git
synced 2024-11-23 17:13:12 +03:00
restore missing text in introduction
This commit is contained in:
parent
9d9516a0a6
commit
4103691e99
2
app.vue
2
app.vue
@ -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>
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user