Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 5a50417

Browse files
committed
removed initial data on v-model:
1 parent d42f23f commit 5a50417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontsherlock/src/components/Login.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export default {
4242
data () {
4343
return {
4444
login: {
45-
email: 'admin@admin.xpto',
46-
password: 'admin'
45+
email: '',
46+
password: ''
4747
},
4848
show_register_button: false
4949
}

0 commit comments

Comments
 (0)