Hi! Sorry, I'm trying to run a project created with Vite 3 according to the instructions from the official website: https://vuejs.org/guide/quick-start.html. However, when adding components from syncfusion, when running it displays the following error:
✘ [ERROR] No matching export in "node_modules/.pnpm/vue@3.2.40/node_modules/vue/dist/vue.runtime.esm-bundler.js" for import "default"
node_modules/.pnpm/@syncfusion+ej2-vue-base@20.3.49/node_modules/@syncfusion/ej2-vue-base/src/component-base.js:20:7:
20 │ import Vue from 'vue';
Any workaround for this? Thanks!