1.0.12 • Published 2 years ago

simple-flow-chart v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

simple-flow-chart

安装

npm install simple-flow-chart
# OR
yarn add simple-flow-chart
import SimpleFlowChart from 'simple-flow-chart';
import 'simple-flow-chart/lib/index.css';

Vue.use(SimpleFlowChart);

属性

属性类型默认值描述
rangeArray['start', 'end']需要高亮的节点区间
maxTotalString \| Number0最大限制

方法

方法名说明参数
addNodeIfNeed当拖到容器中时,自动添加节点----
addTemplate添加模板节点----

示例

默认示例

进阶示例

1.0.11

2 years ago

1.0.12

2 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago