natasha před 2 roky
rodič
revize
7a2744a66b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/courseView.vue

+ 1 - 1
src/views/courseView.vue

@@ -123,7 +123,7 @@ export default {
   created() {
     const _this = this;
     _this.bookId = this.$route.query.bookId;
-    _this.isAnswerItemShow = true;
+    // _this.isAnswerItemShow = true;
     // if (localStorage.getItem("Bookanswer")) {
     //   this.TaskModel = "ANSWER";
     // }