feat(menu): base-layout-sider.vue
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
View File
@@ -0,0 +1,12 @@
<script setup lang="ts">
definePage({
meta: {
title: '首页',
hidden: false,
},
});
</script>
<template>
<div>Home Page</div>
</template>