Skip to content

Commit

Permalink
Update typescript-composition-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yordan-mitev authored Aug 21, 2024
1 parent 579650e commit 859afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/typescript-composition-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To add any custom styles to your app, insert a `<styles>` tag in the `src/App.vu

Now that you've installed all required packages, you are ready to add the Kendo UI for Vue Data Grid to the application:
1. In the `<script>` block of the `src/App.vue` file, import the Grid and its data. In addition, the `[GridColumnProps](https://www.telerik.com/kendo-vue-ui/components/grid/api/GridColumnProps/)` interface allows you to assign props to the Grid columns, for example, to define column names.
1. In the `<script>` block of the `src/App.vue` file, import the Grid and its data. In addition, the [`GridColumnProps`](https://www.telerik.com/kendo-vue-ui/components/grid/api/GridColumnProps/) interface allows you to assign props to the Grid columns, for example, to define column names.
```js
import { defineComponent } from 'vue';
Expand Down

0 comments on commit 859afb3

Please sign in to comment.