Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote


Hi, I followed your Getting Started instructions with Vue 3 updated on 09 Mar 2022.

- Vue CLI v4.5.11
- 
vue-class-component : 8.0.0-rc.1
- [email protected]

and I think that there might be some problems with the Vue 3 version.
The rendered page is like this:

4e436b48c09ed369377872cb9a42c64a.png

with the sheet below:

屏幕截图 2022-03-09 175402.png

And here's the warning:

warning in ./node_modules/@syncfusion/ej2-vue-base/src/template.js
"export 'extend' (imported as 'Vue') was not found in 'vue'

I think this might be occurred by the problem that Vue.extend is not supported anymore in Vue 3. But this rendering problem seems cannot be solved by simply replacing Vue.extend with Vue.defineComponent, Vue.createApp, or something else. By doing these, the warning won't show up but the rendering remained the same.

This spreadsheet component works well with Vue 2 on my PC.