作者 朱兆平

add:

1.增加包prismjs
... ... @@ -36,6 +36,7 @@
"moment": "^2.29.4",
"npm": "^6.8.0",
"nprogress": "^0.2.0",
"prismjs": "^1.29.0",
"script-loader": "^0.7.2",
"sortablejs": "^1.15.0",
"vue": "^2.5.2",
... ...
... ... @@ -148,7 +148,7 @@
</el-input>
</el-drawer>
<v-md-editor v-model="reskResult" height="400px"></v-md-editor>
<v-md-editor v-model="reskResult" height="400px" ></v-md-editor>
<!-- Dialog -->
<el-dialog :title="dialogStateMap[dialogType]" :visible.sync="showDialog" width="80%">
... ...