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

main
ChenZhaoYu 2 years ago
parent 41ddc6a8e1
commit db502e1412

@ -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"

Loading…
Cancel
Save