소스 검색

提交页面

weiwenhai 6 년 전
부모
커밋
7c4070af2f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/modules/questions/views/EditOtherQuestion.vue
  2. 1 1
      src/modules/questions/views/EditSelectQuestion.vue

+ 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() {