TeleAI-AI-Flow's picture
Upload 32 files
309320b verified
raw
history blame contribute delete
213 Bytes
<script setup>
// 这里可以添加全局的逻辑,比如主题切换等,如果需要的话
</script>
<template>
<div id="app">
<router-view />
</div>
</template>
<style>
/* 全局样式 */
</style>