Skip to content

Commit

Permalink
Remove duplicate instructions in typescript-options-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yordan-mitev authored Aug 8, 2024
1 parent 200316b commit df44109
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/getting-started/typescript-options-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ Before you start playing with Kendo UI for Vue, clean up the sample app created
1. Delete the `HelloWorld.vue` file in the `src/components` folder.
1. Remove everything in the `src/App.vue` file and leave it blank.
1. Delete the `import './style.css'` line in the `src/main.ts` file.
1. Clear the script tag in `src/App.vue` for Options API configuration:
```html-no-run
<script>
</script>
```

Now, when we are ready with the blank Vue project, we can continue the development of our sample application.

Expand Down

0 comments on commit df44109

Please sign in to comment.