This website works better with JavaScript.
首頁
說明
登入
heuzef
/
pinry
镜像来自
https://github.com/pinry/pinry.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
44
Wiki
Activity
瀏覽代碼
Fix: Try to fix browser autocomplete on login-form fields
pull/180/head
winkidney
4 年之前
父節點
b9ce43f985
當前提交
c71d398850
共有
1 個文件被更改
,包括
2 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
pinry-spa/src/components/LoginForm.vue
+ 2
- 1
pinry-spa/src/components/LoginForm.vue
查看文件
@@ -10,7 +10,8 @@
:type="form.username.type"
:message="form.username.error">
<b-input
type="string"
name="username"
type="text"
v-model="form.username.value"
placeholder="Your Username"
maxlength="30"
Write
Preview
Loading…
取消
儲存