@puge/highlight

1.1.8 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @puge/highlight

Weekly Downloads

5

Version

1.1.8

License

MIT

Unpacked Size

9.68 kB

Total Files

6

Last publish

Collaborators

  • puge