scpcw-base-form

0.1.2 • Public • Published
npm install wl-json-schema
import wlJsonSchema from 'wl-json-schema'
Vue.use(wlJsonSchema)
<template>
  <div id="app">
    ...
    <wl-json-schema :value="tree"/>
    ...
  </div>
</template>
 
<script>
export default {
  name: 'App',
  data() {
    return {
      tree:
      {
        root: {
          type: "object"
        }
      }
    }
  }
}
</script>

json-schema-editor-vue属性说明如下:

属性 说明 类型 是否必须 默认值
value 传入一个默认的树节点,用来接收编辑后的json schema结果 Object
disabled 节点名称不可编辑 Boolean false
disabledType 节点类型不可选择 Boolean false
root 是否是根节点 Boolean true
tipDisabled 是否禁用提示 Boolean false
delay 提示信息延迟时间(毫秒) Number 1000

版本说明

0.1.6

1.增加控制是否显示提示功能

Readme

Keywords

Package Sidebar

Install

npm i scpcw-base-form

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

21.8 MB

Total Files

76

Last publish

Collaborators

  • star409964