Thank you!
R
Posts made by raugustos
-
Nuxt start kit rc11
Problem
Nuxt start kit has a problem to render the slot components.
Reason
Quasar 0.15 use the
injection with default value
in the components and according to vue documention:In 2.5.0+ injections can be optional with default value:
And nuxt rc11 use vue 2.4.4.
Alternatives
- Inside
quasar.ems.js
change the components
Inject : ['layout']
Works nice but …i’ll not change the all components.
- Run
npm i nuxt@next --save
beacause this branch use vue .5.3.0+ but dosen’t work for other reasons.
Someone can help in this case.
- Inside