Back to Handsontable

Vuex in Vue 3

docs/content/guides/integrate-with-vue3/vue3-vuex-example/vue3-vuex-example.md

17.0.1679 B
Original Source

Vuex in Vue 3

Use the Vuex state management pattern to maintain the data and configuration options of your Vue 3 data grid.

[[toc]]

Example - Vuex store dump

The following example implements the @handsontable/vue3 component with a readOnly toggle switch and the Vuex state manager.

Find out which Vue 3 versions are supported

::: example #example1 :vue3-vuex --html 1 --js 2

@code @code

:::