2025-04-20 00:49:14 +08:00
|
|
|
<script setup lang="ts">
|
|
|
|
import sLocale from '@core/locale.service';
|
|
|
|
import sTheme from '@core/theme.service';
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<a-config-provider :locale="sLocale.ant" :theme="sTheme.ant" :autoInsertSpaceInButton="false">
|
2025-04-27 00:05:18 +08:00
|
|
|
<router-view />
|
2025-04-20 00:49:14 +08:00
|
|
|
</a-config-provider>
|
|
|
|
</template>
|