Skip to content

Commit

Permalink
docs: Remove reactism from vue adapter page (#5386)
Browse files Browse the repository at this point in the history
In vue you rarely use `tsx` or write functional components. I think it's strange that this function randomly exists here in this context.
  • Loading branch information
Lilja committed Mar 4, 2024
1 parent 02ae262 commit 5610ba2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/framework/vue/vue-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ The `@tanstack/vue-table` adapter is a wrapper around the core table logic. Most

Takes an `options` object and returns a table.

```tsx
```ts
import { useVueTable } from '@tanstack/vue-table'

function App() {
const table = useVueTable(options)
const table = useVueTable(options)
// ...render your table

// ...render your table
}
```

### `FlexRender`
Expand Down

0 comments on commit 5610ba2

Please sign in to comment.