Files
playtool-demo/app/pages/workflows/index.vue

8 lines
136 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<WorkflowEditor />
</template>
<script setup lang="ts">
// 简单的页面包装器使用WorkflowEditor组件
</script>