@puge/highlight
v1.1.8
Published
JSON着色格式化
Downloads
37
Readme
@puge/highlight
SVG动画效果选择框.
安装 及 使用
$ npm install --save @puge/highlight
使用组件
<template>
<Highlight v-model="jsonData">
</template>
<script>
import Highlight from '@puge/highlight'
export default {
components: {
Highlight
},
data () {
return {
jsonData: {
"string": "12345",
"array": [1, 2, 3, 4]
}
}
}
}
</script>
参数
padding
类型: String
必要性: false
默认值:
间距
spacing
类型: String
必要性: false
默认值:
分个符号
contenteditable
类型: Boolean
必要性: false
默认值: false
是否可被编辑
事件
input 编辑结束事件