@@ -20,14 +22,15 @@
};
},
- mounted: function() {
- this.startSlide();
- this.getProdList();
+ mounted() {
+ this.startSlide();
+ this.getProdList();
+
},
methods: {
startSlide: function() {
- this.timer = setInterval(this.next, 4000);
+ this.timer = setInterval(this.next, 1500);
},
next: function() {
this.currentIndex += 1;
diff --git a/src/components/oauth/Login.vue b/src/components/oauth/Login.vue
index ca6b610..5322593 100644
--- a/src/components/oauth/Login.vue
+++ b/src/components/oauth/Login.vue
@@ -30,24 +30,44 @@
- Login
+ Login
+
+
+
+
+
+ or
+
+
+
+
+
+
-
-
+
- Sign in with Google
+
+ Login in with Google
- Sign in with Facebook
+ style="width: 250px; font-size: 13px; color: white; justify-content: start;"
+ @click="snsLogin('facebook')">
+
+ Login in with Facebook
@@ -55,7 +75,8 @@
\ No newline at end of file