Skip to content

Commit ddd806e

Browse files
committed
fix: upgrading docusaurus
1 parent e1eb7fe commit ddd806e

File tree

6 files changed

+268
-288
lines changed

6 files changed

+268
-288
lines changed

docs/integrations/vue.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
--
1+
---
22
id: vue
33
title: 💚 Vue
4+
---
45

56
<center><img src="https://user-images.githubusercontent.com/2541728/84843482-ffc31c00-b015-11ea-95e8-dc6fb3931ad5.png" alt="gridjs-vue logo" /></center>
67

@@ -25,7 +26,7 @@ Vue.use(Grid)
2526

2627
### Local Registration
2728

28-
```vue
29+
```html
2930
<script>
3031
import Grid from 'gridjs-vue'
3132
@@ -41,7 +42,7 @@ export default {
4142

4243
Pass `cols` (an array of column headers) and either `rows`, `from`, or `server` as a data source to the component. Everything else is optional.
4344

44-
Refer to [Grid.js documentation](https://gridjs.io/docs/config/) for specific configuration options.
45+
Refer to [Grid.js documentation](./config.md) for specific configuration options.
4546

4647
### Example
4748

0 commit comments

Comments
 (0)