14 lines
227 B
Vue
14 lines
227 B
Vue
|
<template>
|
||
|
<!-- <a-config-provider> -->
|
||
|
<router-view></router-view>
|
||
|
<!-- </a-config-provider> -->
|
||
|
</template>
|
||
|
|
||
|
<script setup lang="ts"></script>
|
||
|
|
||
|
<style lang="scss">
|
||
|
body {
|
||
|
font-family: AliBaBaPuHuTi, serif;
|
||
|
}
|
||
|
</style>
|