mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-01 13:36:55 +08:00
docs(data-table): fix demo
This commit is contained in:
parent
642e19ead6
commit
fdf6c6e913
@ -15,17 +15,6 @@
|
||||
/>
|
||||
```
|
||||
|
||||
```html
|
||||
<n-data-table
|
||||
ref="table"
|
||||
:columns="columns"
|
||||
:data="data"
|
||||
:pagination="pagination"
|
||||
:max-height="250"
|
||||
:scroll-x="1800"
|
||||
/>
|
||||
```
|
||||
|
||||
```js
|
||||
import { h, defineComponent } from 'vue'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user