统一部分样式和写法
This commit is contained in:
9
frontend/admin/src/components/problem/spj.vue
Normal file
9
frontend/admin/src/components/problem/spj.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="col-md-12">
|
||||
<code-mirror></code-mirror>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import codeMirror from "../utils/codeMirror.vue"
|
||||
</script>
|
||||
Reference in New Issue
Block a user