canteen_system/src/App.vue

14 lines
227 B
Vue
Raw Normal View History

2025-04-25 09:17:25 +08:00
<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>