Browse Source

Enclose a method by double quotes

pull/341/head
Hironsan 5 years ago
parent
commit
56358bd736
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/pages/auth.vue

2
frontend/pages/auth.vue

@ -5,7 +5,7 @@
<v-row align="center" justify="center">
<v-col cols="12" sm="8" md="4">
<login-form
:login=authenticateUser
:login="authenticateUser"
/>
</v-col>
</v-row>

Loading…
Cancel
Save