0.2.0 • Published 5 years ago

vue-g6-editor v0.2.0

Weekly downloads
27
License
MIT
Repository
-
Last release
5 years ago

vue-g6-editor

一个基于vue & antv/g6-editor封装的基础流程图插件

install

npm install --save vue-g6-editor 

use

import BaseFlow from 'vue-g6-editor'
import 'vue-g6-editor/lib/BaseFlow.css'

<BaseFlow :data=data :getData=getData />

properties:
  data: 传入数据,数据格式参考:https://www.yuque.com/antv/g6-editor/flow-api#tg9kpf
        或者参考example/model文件夹下的flow.json

methods:
  getData: 获取数据接口,传入callback,如:
  getData(data) {
    console.log(data)
    ...
  }

online preview

http://www.coderlyc.xyz/vue-g6-editor/

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago