docs(data-table): fix demo

This commit is contained in:
07akioni 2021-04-21 00:56:52 +08:00
parent 642e19ead6
commit fdf6c6e913

View File

@ -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'