1.1.8 • Published 6 years ago

@puge/highlight v1.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@puge/highlight

SVG动画效果选择框. Alt text

安装 及 使用

$ 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 编辑结束事件

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago