feat: 权限输入框改为密码类型

This commit is contained in:
ChenZhaoYu 2023-03-13 08:48:44 +08:00
parent 41ddc6a8e1
commit db502e1412
1 changed files with 1 additions and 2 deletions

View File

@ -64,8 +64,7 @@ function handlePress(event: KeyboardEvent) {
</p>
<Icon403 class="w-[200px] m-auto" />
</header>
<NInput v-model:value="token" type="text" placeholder="" @keypress="handlePress" />
<NInput v-model:value="token" type="password" placeholder="" @keypress="handlePress" />
<NButton
block
type="primary"