How to use with Quasar framework?

I use Quasar framework, install syncfusion, in index.vue insert next code

image_4.png

But I get error

image_6.png

What's wrong


2 Replies

AI Andrei Iniutin December 18, 2021 02:07 PM UTC

I make application like https://ej2.syncfusion.com/vue/documentation/getting-started/vue3-tutorial/


But I got the same error





TS Thaneegairaj Sankar Syncfusion Team December 20, 2021 04:24 PM UTC

Hi Andrei,


Thank you for contacting Syncfusion support.


We have checked your reported query. To overcome this common problem, we suggest you install the “8.0.0-rc.1” version in vue-class-component. Please refer the below code example for more information.


[package.json]


"dependencies": {

    "@syncfusion/ej2-vue-spreadsheet": "19.4.38",

    "vue": "^2.6.14",

    "vue-class-component": "^8.0.0-rc.1"

  }


Please configure the dependencies in package.json file and install the node modules.


Could you please check the above details and get back to us, if you need any further assistance on this.


Regards,

Thaneegairaj S


Loader.
Up arrow icon