Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8f4a398e
authored
2023-01-16 17:50:11 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:xml
1 parent
bc883b2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
package.json
src/components/JsonEditor/index.vue
package.json
View file @
8f4a398
...
...
@@ -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"
},
...
...
src/components/JsonEditor/index.vue
View file @
8f4a398
...
...
@@ -4,11 +4,7 @@
</
template
>
<
script
>
// 引入json编译器
import
vueJsonEditor
from
'vue-json-editor'
export
default
{
components
:
{
vueJsonEditor
},
props
:
{
resultInfo
:
{
type
:
String
,
...
...
Please
register
or
sign in
to post a comment