fix 自定义路由配置

This commit is contained in:
Ironsp
2026-05-12 09:37:18 +08:00
parent df90aefad6
commit 4c66f630a9
12 changed files with 177 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<template>
<div class="base">
<h1>base</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>