I have been unsuccessful in attempting to generate a vue3 component in Laravel 9 based on the following: https://handsontable.com/docs/vue3-installation/#vue-3-version-support.
Should I be importing anything else that is not outlined in the basic usage?
The warnings and errors are as follow:
WARNING in ./node_modules/@handsontable/vue3/es/vue-handsontable.js 132:15-30
export ‘defineComponent’ (imported as ‘defineComponent’) was not found in ‘vue’ (possible exports: default)
Error:
Uncaught TypeError: (0 , vue__WEBPACK_IMPORTED_MODULE_1__.defineComponent) is not a function