I’m new to Quasar but am none-the-less trying to use the QForm component. When I modify resources/quasar/quasar.conf.js
to include QForm
, however, I get the following error:
Error: Unknown import from Quasar: QForm
Here’s how the framework / components bit looks after I added QForm:
framework: {
components: [
'QLayout',
'QLayoutHeader',
'QLayoutDrawer',
'QPageContainer',
'QPage',
'QToolbar',
'QToolbarTitle',
'QBtn',
'QIcon',
'QList',
'QListHeader',
'QItem',
'QItemMain',
'QItemSide',
'QField',
'QInput',
'QSpinnerMat',
'QCard',
'QTooltip',
'QForm'
],
Here’s my quasar dev
output:
Dev mode.......... spa
Quasar theme...... mat
Quasar CLI........ v0.17.25
Quasar Framework.. v0.17.20
Debugging......... enabled
Any ideas?