jichoi / lms_front star
박민혁 박민혁 2024-08-29
240829 박민혁 이동 수정
@9dc809985c4e749ddda09a66a70afd6b92b21cea
client/views/pages/main/Chapter/Chapter3_7.vue
--- client/views/pages/main/Chapter/Chapter3_7.vue
+++ client/views/pages/main/Chapter/Chapter3_7.vue
@@ -144,7 +144,7 @@
           },
           data: this.$store.getters.getAllAnswers,
         })
-          .then(function (res) {
+          .then((res)=> {
             console.log("problem - response : ", res.data);
             this.goToPage('Chapter4')
           })
Add a comment
List