natasha 2 lat temu
rodzic
commit
b64b0966db
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      package.json
  2. 1 1
      src/views/courseView.vue

+ 1 - 1
package.json

@@ -17,7 +17,7 @@
     "@tinymce/tinymce-vue": "^3.2.8",
     "awe-dnd": "^0.3.4",
     "axios": "0.18.1",
-    "book-ui": "file:../GCLS-Book-question-ui/book-ui-0.3.19.tgz",
+    "book-ui": "file:../GCLS-Book-question-ui/book-ui-0.3.20.tgz",
     "cnchar": "^3.0.1",
     "cnchar-all": "^3.0.1",
     "cnchar-order": "^3.0.1",

+ 1 - 1
src/views/courseView.vue

@@ -103,7 +103,7 @@
         <template v-if="category == 'RLC'">
           <Bookrlc
             v-if="chapterId && context"
-            ref="previewAnswerNNPE"
+            ref="previewAnswerRLC"
             :context="context"
             :currentTreeID="chapterId"
             :FatherTreeData="FatherTreeData"