2025-05-10 01:02:23 +08:00
|
|
|
<script setup>
|
|
|
|
|
import { themeConfig } from '@/assets/theme'
|
|
|
|
|
</script>
|
2024-07-07 01:58:23 +08:00
|
|
|
<template>
|
2025-05-10 01:02:23 +08:00
|
|
|
<a-config-provider :theme="themeConfig">
|
|
|
|
|
<router-view />
|
|
|
|
|
</a-config-provider>
|
2024-07-07 01:58:23 +08:00
|
|
|
</template>
|