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

    Auto Import not registering new components

    Help
    1
    2
    490
    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.
    • S
      Sacrekin last edited by

      Trying to use the framework: {all: ‘auto’} option. The components that were once registered manually work fine (even if not included in config file). However, the new ones I am trying to use are not registered.

      Dev mode… spa
      Pkg quasar… v1.5.4
      Pkg @quasar/app… v1.3.2
      Debugging… enabled

      Framework section of config file:
      framework: {
      all: ‘auto’,
      autoImportComponentCase: ‘combined’,
      iconSet: ‘ionicons-v4’,

        // Quasar plugins
        plugins: [
          'Notify', 'BottomSheet', 'Loading', 'Dialog'
        ]
      },
      1 Reply Last reply Reply Quote 0
      • S
        Sacrekin last edited by

        SOLUTION FOUND: Auto import does work, BUT only if the import.quasar.js file generated in the .quasar folder is first DELETED manually.

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