App.vue
299 Bytes
<!--
* @Date: 2025-03-10 13:07:05
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-03-10 14:40:31
* @FilePath: /logic-flow2/src/App.vue
* @Description: 文件描述
-->
<script setup>
</script>
<template>
<router-view></router-view>
</template>
<style scoped>
</style>