0.1.6 • Published 5 months ago

vue-view-json v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months 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

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago