mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
setup wizard debug
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<AppInputText :title="$t('popup_create_folder.label')" :error="errors[0]">
|
||||
<input
|
||||
v-model="name"
|
||||
:class="{ 'border-red': errors[0] }"
|
||||
:class="{ '!border-rose-600': errors[0] }"
|
||||
type="text"
|
||||
ref="name"
|
||||
class="focus-border-theme input-dark"
|
||||
@@ -46,7 +46,7 @@
|
||||
@keypress.enter.stop.prevent="addMember"
|
||||
ref="email"
|
||||
v-model="email"
|
||||
:class="{ 'border-red': errors[0] }"
|
||||
:class="{ '!border-rose-600': errors[0] }"
|
||||
type="email"
|
||||
class="focus-border-theme input-dark"
|
||||
:placeholder="$t('Type member email...')"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
@keypress.enter.stop.prevent="addMember"
|
||||
ref="email"
|
||||
v-model="email"
|
||||
:class="{ 'border-red': errors[0] }"
|
||||
:class="{ '!border-rose-600': errors[0] }"
|
||||
type="email"
|
||||
class="focus-border-theme input-dark !pr-20"
|
||||
:placeholder="$t('Type member email...')"
|
||||
|
||||
Reference in New Issue
Block a user