Hello,
I just started trying the DashboardLayout.
#1 Install - I did the following two
npm install @syncfusion/ej2-vue-layouts –save
npm audit fix
npm install --save vue-class-component
npm audit fix
#2. in my vue file. I don't even have ejs-dashboardlayout template yet. only did the following
but my app just stopped work. And I see following in Dev Tool
| (anonymous) | @ | splitter.component.js:133 | |
| ./node_modules/@syncfusion/ej2-vue-layouts/src/splitter/splitter.component.js | @ | splitter.component.js:140 | |
| __webpack_require__ |
What am I missing?
Thanks,
John
I use Vue 2. The package version is 19.4.38.
Could it be a problem that my other components are ^18.#.# ?
John Chen and I are working on an urgent release. However, we had a hard time to get dashboard component installed/run properly. We also have other questions about the features of Vue dashboard component. Can we setup a quick WebEx call so that you can see our screen and answer our questions?
We could do the call between 9am - 10pm (Chicago time). Thanks!
Just for people with the same issue. The issue was resolved by upgrading all the component to to same version (19.xx.xx in my case)
Yes. it was fixed.
This is what I have now.