ForcePilot/web/src/App.vue
2025-05-10 10:53:15 +08:00

9 lines
179 B
Vue

<script setup>
import { themeConfig } from '@/assets/theme'
</script>
<template>
<a-config-provider :theme="themeConfig">
<router-view />
</a-config-provider>
</template>