feat:增加项目实战模块
This commit is contained in:
10
docs/Practice/index.md
Normal file
10
docs/Practice/index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: doc
|
||||
title: 项目实战
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import { routers } from '../.vitepress/theme/router'
|
||||
</script>
|
||||
|
||||
<MenuList :routers=routers[2] :isNested=true />
|
||||
Reference in New Issue
Block a user