0.1.6 • Published 2 years ago

vue-view-json v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

简体中文 | English

特性

  • 一个 JSON 查看工具

Props

属性说明类型默认值
json源数据,注意不是 JSON 字符串JSON 数据对象-
deep深度,大于等于该深度的节点将被折叠number4
showLength在数据折叠的时候展示长度booleantrue
showLine展示标识线booleantrue
showIcon展示图标booleantrue
showDoubleQuotes展示 key 名的双引号booleantrue
rootPath定义最顶层数据路径stringroot
collapsedOnClickBrackets支持点击括号或文字折叠booleantrue
renderNodeKey渲染节点键({ node, defaultKey }) => vNode-
renderNodeValue自定义渲染节点值({ node, defaultValue }) => vNode-
nodeClick点击节点时触发({ isClosed, path }) => void-
0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago