Skip to content

Commit

Permalink
Merge branch 'develop' into feature/issue-1312
Browse files Browse the repository at this point in the history
  • Loading branch information
sequba authored Oct 4, 2023
2 parents 50e5902 + 4f768fd commit c66c5c7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ module.exports = {
collapsable: false,
children: [
['/guide/integration-with-react', 'Integration with React'],
['/guide/integration-with-vue', 'Integration with Vue'],
['/guide/integration-with-vue', 'Integration with Vue 3'],
['/guide/integration-with-vue-2', 'Integration with Vue 2'],
['/guide/integration-with-angular', 'Integration with Angular'],
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/integration-with-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ more details.
## Demo

<iframe
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.4.x/angular-demo?autoresize=1
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/angular-demo?autoresize=1
&fontsize=11&hidenavigation=1&theme=light&view=preview"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: angular-demo"
Expand Down
16 changes: 16 additions & 0 deletions docs/guide/integration-with-vue-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Integration with Vue 2

The installation process for applications written in Vue 2 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.

## Demo

<iframe
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/vue-2-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: vue-demo"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-autoplay allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
</iframe>
10 changes: 5 additions & 5 deletions docs/guide/integration-with-vue.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Integration with Vue
# Integration with Vue 3

The installation process for applications written in Vue is the same
The installation process for applications written in Vue 3 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.

## Demo

<iframe
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/vue-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
src="https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.6.x/vue-3-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: vue-demo"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-autoplay allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe>
sandbox="allow-autoplay allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
</iframe>

0 comments on commit c66c5c7

Please sign in to comment.