13 lines
190 B
Vue
13 lines
190 B
Vue
<template>
|
|
<work-flow value="wA4wN1nZ" />
|
|
</template>
|
|
|
|
<script>
|
|
import WorkFlow from './form/WorkFlow.vue'
|
|
|
|
export default {
|
|
name: 'WorkFlowEdit',
|
|
components: { WorkFlow }
|
|
}
|
|
</script>
|