Files

19 lines
227 B
Markdown
Raw Permalink Normal View History

2026-08-14 15:28:57 +08:00
---
title: 搜索框
sidebar_position: 2
---
## 搜索框
### 搭建流程
```
1.
npm install --save @easyops-cn/docusaurus-search-local
2.修改文件后需要build才能查询到最新的
npm run build
npm run serve
```