feat(menu): base-layout-sider.vue
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 5m1s
CI/CD Pipeline / playwright (push) Successful in 5m36s

This commit is contained in:
严浩
2025-10-21 18:07:51 +08:00
parent 7892c1f019
commit 437727fdd4
9 changed files with 216 additions and 32 deletions

12
src/pages/Home.page.vue Normal file
View File

@@ -0,0 +1,12 @@
<script setup lang="ts">
definePage({
meta: {
title: '首页',
hidden: false,
},
});
</script>
<template>
<div>Home Page</div>
</template>

View File

@@ -0,0 +1,5 @@
<script setup lang="ts"></script>
<template>
<div>Demo-API-Page</div>
</template>

View File

@@ -0,0 +1,5 @@
<script setup lang="ts"></script>
<template>
<div>Demo-Icons-Page</div>
</template>