QMenu inside jsp and vuejs x-template not working
-
Hi everyone, i’m trying to use quasar ui components with old jsp architecture. I use vuejs with jsp and x-template in that (any other choice)
I tryied to used quasar.common, and Vue.use, its not working at all.
With UMD some components working, like buttons, avatar. But any item list, tooltip or dropdown menu…
I’m stuck, i don’t understand why?
Outside this architecture i’m trying to reproduce it inside an html file with umd and it’s working.
For information, any webpack, i just put links to librairies and inside i have jquery and angular js too ( that i want to replace only with quasar components at the end).
Thanks for your help. -
Probably legacy / custom css that’s bothering you in Quasar UMD mode. Btw UMD mode is the only way to go with jsp.
Try to create a new demo project with just a clean jsp( outside of your project) just like you did with html.
-
Thanks, i will try. I’ll keep you in touch, thanks again.
-
Hi @dobbel, I found that in our case RequireJs It’s used to load UMD and i loose the global scope so it’s not working. I can’t find a way to load umd with RequireJS. Without RequireJs it’s working fine
-
I would ask this on the new forum where the Quasar team now gives support.
-
Thx i will