wujingjing
2025-02-17 0f01c4bbce19fa8489a4e835c83cb9415549f681
1
2
3
4
5
6
7
8
<template>
    <FlowApp :isViewMode="true" />
</template>
 
<script setup lang="ts" name="FlowAppView">
import FlowApp from './FlowApp.vue';
</script>
<style scoped lang="scss"></style>