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!>
Thanks for joining our community and helping improve Syncfusion products!
Hello,
There's something wrong with the grid component in 19.1.63. I'm using es5 scripts to develop my projects, not nodeJs platform.
Browser always gives an error something like "cannot read prototype of undefined". When I downgraded my script to 19.1.54 it started to work.
Detailed error;
TypeError: Cannot read property 'prototype' of undefined
at e.inject (ej2-vue.min.js:1)
at t.injectModules (ej2-vue.min.js:1)
at t.appendTo (ej2-vue.min.js:1)
at VueComponent.t.mounted (ej2-vue.min.js:1)
at invokeWithErrorHandling (vue.js:1863)
at callHook (vue.js:4220)
at Object.insert (vue.js:3146)
at invokeInsertHook (vue.js:6341)
at Vue.patch [as __patch__] (vue.js:6558)
at Vue._update (vue.js:3946)
I faced problems with the followings;
https://cdn.syncfusion.com/ej2/ej2-vue-es5/dist/ej2-vue.min.js
https://cdn.syncfusion.com/ej2/19.1.63/ej2-vue-es5/dist/ej2-vue.min.js
The working ones;
https://cdn.syncfusion.com/ej2/19.1.54/ej2-vue-es5/dist/ej2-vue.min.js
https://cdn.syncfusion.com/ej2/18.4.39/ej2-vue-es5/dist/ej2-vue.min.js
I suppose it will also work with the versions below.
I hope this details helps you to fix it.