作者 朱兆平

add:

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