1.0.5 • Published 8 months ago

workflow-vue-prompt v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

workflow-vue

Workflow drawing and configuration based on vue3

用法

<template>
  <WorkflowVue ref="workflowRef"></WorkflowVue>
</template>

<script setup>
import { onMounted, ref } from 'vue'
import WorkflowVue from 'workflow-vue'
import 'workflow-vue/dist/style.css'

import config from './config'

const workflowRef = ref()

onMounted(() => {
  workflowRef.value?.setConfig(config)
})
<script>
1.0.5

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago