Browse Source

add keyup login

SyuanYu 2 năm trước cách đây
mục cha
commit
1f5c643d69
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      frontend/src/views/Login.vue

+ 1 - 0
frontend/src/views/Login.vue

@@ -111,6 +111,7 @@ onMounted(() => {
             :label="$t('password')"
             hint="4-12 位數密碼"
             @click:append="showPassword = !showPassword"
+            @keyup.enter="submit"
             required
           ></v-text-field>