소스 검색

Can enter on login to login doesn't route to home anymore

master
Lene Scholtz 5 년 전
부모
커밋
71a71a8cd1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/components/user/loginPage.vue

+ 2
- 0
src/components/user/loginPage.vue 파일 보기

@@ -11,11 +11,13 @@
11 11
             @click="routerGoTo('/user/register')"
12 12
             class="btn"
13 13
             style="margin:2px; color: #60CBEB"
14
+            type="button"
14 15
           >Register</button>
15 16
           <button
16 17
             @click="routerGoTo('/user/registeragency')"
17 18
             class="btn"
18 19
             style="margin:2px; color: #60CBEB"
20
+            type="button"
19 21
           >Agency Registration</button>
20 22
           <div v-if="this.$store.state.authentication.status === 'error'">
21 23
             <alert

Loading…
취소
저장