Skip to content

Commit

Permalink
Merge branch 'develop' into feature/issue-960
Browse files Browse the repository at this point in the history
  • Loading branch information
sequba authored Dec 19, 2023
2 parents e92bca9 + 8a4bc46 commit 6d3111d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
3 changes: 1 addition & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ module.exports = {
collapsable: false,
children: [
['/guide/integration-with-react', 'Integration with React'],
['/guide/integration-with-vue', 'Integration with Vue 3'],
['/guide/integration-with-vue-2', 'Integration with Vue 2'],
['/guide/integration-with-vue', 'Integration with Vue'],
['/guide/integration-with-angular', 'Integration with Angular'],
['/guide/integration-with-svelte', 'Integration with Svelte'],
]
Expand Down
16 changes: 0 additions & 16 deletions docs/guide/integration-with-vue-2.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/guide/integration-with-vue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Integration with Vue 3
# Integration with Vue

The installation process for applications written in Vue 3 is the same
The installation process for applications written in Vue is the same
as in the case of pure JavaScript. You can check the
[client-side installation](client-side-installation.md) section for
more details.
Expand Down

0 comments on commit 6d3111d

Please sign in to comment.