There was an error while loading. Please reload this page.
1 parent 71eec35 commit 8d2bb47Copy full SHA for 8d2bb47
2 files changed
frontend/src/pages/admin/components/CodeMirror.vue
frontend/src/pages/admin/views/problem/Problem.vue
@@ -288,7 +288,6 @@
288
<script>
289
import Simditor from '../../components/Simditor'
290
import Accordion from '../../components/Accordion'
291
-import CodeMirror from '../../components/CodeMirror'
292
import api from '../../api'
293
import {FIELD_MAP} from "../../../../utils/constants";
294
@@ -302,7 +301,6 @@ export default {
302
301
components: {
303
Simditor,
304
Accordion,
305
- CodeMirror
306
},
307
data () {
308
return {
@@ -700,4 +698,3 @@ export default {
700
698
overflow-x: scroll;
701
699
}
702
</style>
703
-
0 commit comments