1.0.9 • Published 4 years ago

@kythuen/flowchart v1.0.9

Weekly downloads
-
License
Apache
Repository
-
Last release
4 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

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago