vue json展示组件

2021/10/20 6:12:09

本文主要是介绍vue json展示组件,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

vue-json-viewer 组件,简单易用的json内容展示组件,可以伸缩

https://www.npmjs.com/package/vue-json-viewer

https://github.com/chenfengjw163/vue-json-viewer/blob/master/README_CN.md

使用 npm:
$ npm install vue-json-viewer --save

使用 yarn:
$ yarn add vue-json-viewer

使用:

<template>
~~~
<JsonViewer style="top:150px" v-if='text' :value="text ? text : ''"/>
~~
</template>


<script>
import JsonViewer from 'vue-json-viewer'

~~~

components:{
      JsonViewer
    }

~~~

  

附送: 判断字符是否为json https://blog.csdn.net/zhanghe_zht/article/details/103460533


原文链接:https://blog.csdn.net/zhanghe_zht/article/details/103463590



这篇关于vue json展示组件的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程