Unknown custom element: <quasar-layout>
-
I accidentaly ran “npm update” and now, webpack cant resolve all quasar components?, yes, solo quasar components.
Thank you!!
-
@DWekis said in Unknown custom element: <quasar-layout>:
I accidentaly ran “npm update” and now, webpack cant resolve all quasar components?, yes, solo quasar components.
Thank you!!
-
Not totally sure if it is relevant to your problem, but newer versions of Quasar now use the “q-” naming convention (ie.
<q-layout>
) for components instead of “quasar-”.https://github.com/quasarframework/quasar/releases/tag/v0.9.1
https://github.com/quasarframework/app-template-default/blob/master/template/templates/layout.vueScott
-
Yesss, thank you.
CLOSED