feat(menu): base-layout-sider.vue
This commit is contained in:
12
src/pages/Home.page.vue
Normal file
12
src/pages/Home.page.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
definePage({
|
||||
meta: {
|
||||
title: '首页',
|
||||
hidden: false,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>Home Page</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user