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

I'd like to use ViteJS instead of Web Pack in our project. 

You can read more about vite here :https://vitejs.dev/guide/

I tried to create a update project to use ViteJS but I always have errors.

node_modules/@syncfusion/ej2-vue-base/src/component-decorator.js:4:7: error: No matching export in "node_modules/vue/dist/vue.runtime.esm-bundler.js" for import "default"

    4 │ import Vue from 'vue';

The error shown because Vue v3 has no default export member.

If the current code can support Vite, great! Can you provide a demo for it?

Thanks!