mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
feat(projects): 四种基本布局完成
This commit is contained in:
8
src/layouts/BasicLayout/components/common/GlobalMenu.vue
Normal file
8
src/layouts/BasicLayout/components/common/GlobalMenu.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<h3 class="text-center text-18px text-error">菜单</h3>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user