feat: 添加 AA 路由和对应的页面组件
All checks were successful
CI / build-and-deploy (push) Successful in 4m25s

This commit is contained in:
严浩
2024-10-09 18:24:07 +08:00
parent 38df81b7b2
commit 694b1bd7e4
2 changed files with 8 additions and 0 deletions

7
src/pages/a/a.vue Normal file
View File

@ -0,0 +1,7 @@
<template>
<div>a</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>