---
title: 展示快速跳转框
order: 3
---

将`showGoto`设为`true`可以展示快速跳转输入框

```vdt
import Pagination from 'kpc/components/pagination';

<div>
    <Pagination total={{ 200 }} showGoto />
</div>
```
