mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增侧边栏和首页
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="go-project-items">
|
||||
<List />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { List } from './List'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@include go(project-items) {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user