weiwenhai 6 anni fa
parent
commit
7c4070af2f

+ 1 - 1
src/modules/questions/views/EditOtherQuestion.vue

@@ -233,7 +233,7 @@
 </template>
 <script>
 import { CORE_API, QUESTION_TYPES } from "../constants/constants";
-import ckeditor from "../components/ckeditor.vue";
+import ckeditor from "../component/ckeditor.vue";
 export default {
   components: { ckeditor },
   data() {

+ 1 - 1
src/modules/questions/views/EditSelectQuestion.vue

@@ -221,7 +221,7 @@
 </template>
 <script>
 import { Q_API, QUESTION_TYPES } from "../constants/constants";
-import ckeditor from "../components/ckeditor.vue";
+import ckeditor from "../component/ckeditor.vue";
 export default {
   components: { ckeditor },
   data() {