Unknown custom element: <q-file>
-
Hello everyone
i’m using quasar cli in auto-import mode but i got this error when using q-file :"Unknown custom element: <q-file> - did you register the component correctly? For recursive components, make sure to provide the “name” option."
-
@erfanSW QFile needs quasar version 1.8, and check if you have framework.all: ‘auto’ or have registered QFile in framework.components array of your quasar.conf.js.
-
@metalsadman I’m using quasar v1.8.5! and this is my quasar.conf.js pic.
-
@erfanSW tested it earlier, but didnt get an issue. Qfile got auto imported as expected. Try to make a reproduction maybe.
-
It’s so weird.thanks for help