소스 검색

loading icon

fengchang 1 년 전
부모
커밋
48e5fc34c3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      hichina-main-front/src/components/Login.vue

+ 1 - 0
hichina-main-front/src/components/Login.vue

@@ -186,6 +186,7 @@ export default {
   },
   methods: {
     goToFacebookLogin() {
+      this.loading = true
       FB.login(function (response) {
         // handle the response
         if (response.authResponse) {