1.0.9 ā€¢ Published 3 years ago

@kythuen/flowchart v1.0.9

Weekly downloads
-
License
Apache
Repository
-
Last release
3 years ago

A flowchart editor component base on Vue and jsplumb, enjoy ~

šŸ  Homepage

Install

yarn install @kythuen/flowchart

Usage

import

import FlowChart from '@kythuen/flowchart'
import '@kythuen/flowchart/dist/style.css'

Vue.use(FlowChart)

use

<FlowChart 
	ref="flowChart"
    v-model="flowChartData"
    :editable="flowChartEditable"
    :current-node="currentOptionNode"
    @select-line="setCurrentOptionLine"
    @select-node="setCurrentOptionNode"
    @clone="flowChartCloneNode"
    @remove="flowChartRemoveNode"
/>

Author

šŸ‘¤ Kythuen

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

1.0.0

3 years ago