Vue中格式化json数据

Vue中 格式化 json 数据

  • 安装 vue-json-viewer

    npm install vue-json-viewer --save
    
  • main.js 中配置

    // json格式化显示
    import JsonViewer from 'vue-json-viewer'
    Vue.use(JsonViewer)
    
  • vue-json-viewer 使用

    <json-viewer :value="props.row.request_args" :expand-depth=4 sort></json-viewer>
    
  • 参数

    属性 描述 默认值
    value JSON data (can be used with v-model)
    expand-depth Collapse blocs under this depth 1
    copyable Display the copy button, you can customize copy text just set {copyText: 'copy', copiedText: 'copied', timeout: 2000} or set true use default copytext false
    sort Sort keys before displaying false
    boxed Add a fancy "boxed" style to component false

posted @   巫小诗  阅读(3401)  评论(0编辑  收藏  举报
编辑推荐:
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
点击右上角即可分享
微信分享提示