Ben Lin
2025-03-05 35d6dfc8e565708492af695f4274aa8812b0603c
src/views/demo/comp/flow-chart/index.vue
@@ -9,15 +9,8 @@
  </PageWrapper>
</template>
<script lang="ts">
  import { FlowChart } from '/@/components/FlowChart';
  import { PageWrapper } from '/@/components/Page';
<script lang="ts" setup>
  import { FlowChart } from '@/components/FlowChart';
  import { PageWrapper } from '@/components/Page';
  import demoData from './dataTurbo.json';
  export default {
    components: { FlowChart, PageWrapper },
    setup() {
      return { demoData };
    },
  };
</script>