Creating Login Form, but all "q" component not working
-
Hello Everyone, I am new to this quasar-framework, today start doing simple login form. I read the documentation and follow the instruction, I made a <q-btn icon=“create”>New item</q-btn> or <q-input type=“email” />, but I keep get “Unknown custom element: <q-field>” or “Unknown custom element: <q-btn>”. Did I miss import something? Help is appreciated!
-
Hi. Probaly missing imports…
Check http://quasar-framework.org/components/introduction-for-beginners.html#Using-Quasar-Components
-
@leon hi, thanks for you reply, i looking for this!