No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    unable to import QForm

    Help
    2
    2
    157
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      neubert last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        QForm was added in Version 1.0. You need to upgrade, if you want to use it.

        https://quasar.dev/start/upgrade-guide#Upgrading-from-older-v1-to-latest-v1

        Scott

        1 Reply Last reply Reply Quote 1
        • First post
          Last post