@rstoenescu Do you have an idea? I kinda stuck over here

Latest posts made by alexandre_c
-
RE: Unknown custom element: <q-input> - did you register the component correctly? For recursive
-
RE: Unknown custom element: <q-input> - did you register the component correctly? For recursive
@a47ae No nothing else, could you try to use q-input on your side please ?
-
RE: Unknown custom element: <q-input> - did you register the component correctly? For recursive
Thanks for your response @a47ae , but same result …
-
RE: Unknown custom element: <q-input> - did you register the component correctly? For recursive
Hello, I have the same issue.
This is what I did :import { QInput } from 'quasar'; export default { components: { QInput, },
But I still get:
[Vue warn]: Unknown custom element: <q-input> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Please help