1.0.18 • Published 4 years ago

keyreply-conversation-flow-vue v1.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Workflow Designer for Vue

NPM Version NPM Downloads npm.io

image

Usage

<template>
  <div id="app">
    <wfd-vue ref="wfd" :data="demoData" :height="600" :users="candidateUsers" :groups="candidateGroups" :lang="lang" />
  </div>
</template>

<script>
import WfdVue from 'wfd-vue'
export default {
  name: 'app',
  components:{
    WfdVue
  },
  data () {
    return {
      lang: "en",
      data: {...},
      export: () => { ... }
    }
  }
}
</script>

API

Attributes
  • data: initial data
  • height: canvas height
  • mode: view/edit
  • lang: en
  • isView: whether it is preview mode (hide the toolbar and property bar)
Methods
  • export(): export to JSON data, including nodes, edges, and groups

Run Example

npm run serve
1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago