style:xml
Showing
2 changed files
with
0 additions
and
5 deletions
... | @@ -20,7 +20,6 @@ | ... | @@ -20,7 +20,6 @@ |
20 | "nprogress": "0.2.0", | 20 | "nprogress": "0.2.0", |
21 | "vue": "2.6.10", | 21 | "vue": "2.6.10", |
22 | "vue-awesome": "^4.5.0", | 22 | "vue-awesome": "^4.5.0", |
23 | "vue-json-editor": "^1.4.3", | ||
24 | "vue-router": "3.0.2", | 23 | "vue-router": "3.0.2", |
25 | "vuex": "3.1.0" | 24 | "vuex": "3.1.0" |
26 | }, | 25 | }, | ... | ... |
... | @@ -4,11 +4,7 @@ | ... | @@ -4,11 +4,7 @@ |
4 | </template> | 4 | </template> |
5 | <script> | 5 | <script> |
6 | // 引入json编译器 | 6 | // 引入json编译器 |
7 | import vueJsonEditor from 'vue-json-editor' | ||
8 | export default { | 7 | export default { |
9 | components: { | ||
10 | vueJsonEditor | ||
11 | }, | ||
12 | props: { | 8 | props: { |
13 | resultInfo: { | 9 | resultInfo: { |
14 | type: String, | 10 | type: String, | ... | ... |
-
Please register or sign in to post a comment