feat: 添加密码管理功能,包括 API、数据库支持和前端界面
This commit is contained in:
@@ -79,7 +79,7 @@ onMounted(load);
|
||||
|
||||
<div class="form">
|
||||
<input v-model="title" class="input" placeholder="标题" />
|
||||
<input v-model="url" class="input" placeholder="链接" />
|
||||
<input v-model="url" class="input" placeholder="链接" @keydown.enter.prevent="add" />
|
||||
<button class="btn" @click="add">添加</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user