8f4a398e by 任超

style:xml

1 parent bc883b2e
......@@ -20,7 +20,6 @@
"nprogress": "0.2.0",
"vue": "2.6.10",
"vue-awesome": "^4.5.0",
"vue-json-editor": "^1.4.3",
"vue-router": "3.0.2",
"vuex": "3.1.0"
},
......
......@@ -4,11 +4,7 @@
</template>
<script>
// 引入json编译器
import vueJsonEditor from 'vue-json-editor'
export default {
components: {
vueJsonEditor
},
props: {
resultInfo: {
type: String,
......