feat: add keyup enter
Deploy / Deploy to Stapler (push) Has been cancelled
Deploy / Build (push) Has been cancelled
Lint / ESLint (push) Has been cancelled
Lint / Oxlint (push) Has been cancelled
Lint / TypeScript (push) Has been cancelled

This commit is contained in:
2026-06-17 17:34:31 +02:00
parent b6350f9a34
commit ddfa12427d
+1
View File
@@ -45,6 +45,7 @@ function newDomain() {
type="text" type="text"
:placeholder="$t('page_input.placeholder')" :placeholder="$t('page_input.placeholder')"
class="input input-xl w-full" class="input input-xl w-full"
@keyup.enter="start"
/> />
</div> </div>
<button class="btn btn-primary" :disabled="!input" @click="start"> <button class="btn btn-primary" :disabled="!input" @click="start">