feat:增加VueUse文档

This commit is contained in:
2026-06-05 17:36:30 +08:00
parent a64f20e84f
commit b3c0452621
2 changed files with 39 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ export const routers = [
{ text: 'JavaScript知识点整理', link: '/Web/Vue/JavaScript-Guide' },
{ text: '前端包管理器', link: '/Web/Vue/Package' },
{ text: 'Vite核心原理', link: '/Web/Vue/Vite-Principle' },
{ text: 'VueUse简介和使用', link: '/Web/Vue/VueUse' },
{ text: '浏览器渲染全流程解析', link: '/Web/Vue/Browser-Process' },
{ text: 'Element Plus 上传器', link: '/Web/Vue/ElUpload' },
{ text: 'Element Plus 表格组件', link: '/Web/Vue/ElTable' },