fix(other): loginInfo.username绑定错误

ISSUES CLOSED: #55
This commit is contained in:
zclzone 2023-10-06 22:39:39 +08:00
parent c7c8691164
commit a431a2cf85

View File

@ -16,10 +16,10 @@
</h5> </h5>
<div mt-32> <div mt-32>
<n-input <n-input
v-model:value="loginInfo.username" v-model:value="loginInfo.name"
autofocus autofocus
class="h-48 items-center text-16" class="h-48 items-center text-16"
placeholder="username" placeholder="name"
:maxlength="20" :maxlength="20"
> >
<template #prefix> <template #prefix>