Results 2 comments of Maksim Shila

Handsontable not compatible with vue 2.7 since ThisTypedComponentOptionsWithRecordProps takes one more generic argument ![image](https://user-images.githubusercontent.com/34343885/177292555-e49f037c-16d7-4e33-ae63-a514ef86fe5e.png) Do you plan to update? EDIT: vue released only 4 days ago https://github.com/vuejs/vue/releases

Here is example of project with this error [example.nuxt.zip](https://github.com/handsontable/handsontable/files/9045410/example.nuxt.zip) Only adding exact version of vue to package.json did the trick ` "vue": "2.6.14", "vue-server-renderer": "2.6.14", "vue-template-compiler": "2.6.14" `