文件名称:VJsoneditor:vue使用jsoneditor
文件大小:747KB
文件格式:ZIP
更新时间:2024-05-24 04:44:41
vue vue-component jsoneditor Vue
v-jsoneditor Vue JSONEditor 尝试演示 安装 npm install v-jsoneditor 使用 全球进口 import Vue from 'vue' import VJsoneditor from 'v-jsoneditor' Vue . use ( VJsoneditor ) 进口 import VJsoneditor from 'v-jsoneditor' export default { name : 'app' , components : { VJsoneditor } , data ( ) { return { json : { "hello" : "vue" } } } ,
【文件预览】:
VJsoneditor-master
----.gitignore(163B)
----.babelrc(72B)
----package.json(1KB)
----src()
--------VueJsoneditor.vue(3KB)
--------assets()
--------index.js(273B)
----webpack.config.js(2KB)
----.travis.yml(85B)
----LICENSE(1KB)
----README.md(3KB)
----index.html(206B)
----.npmignore(139B)
----v-jsoneditor.gif(10.97MB)
----test()
--------index.html(1KB)
----.editorconfig(147B)