Quasar with vite - q-row warning #17924
Unanswered
PmGs
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
I'm not aware of a QRow component, so might as well use template tag or a div on your v-for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I use Quasar v2.18.1 with vite.
When I use my app seems to work well but I get this message in the browser devtools :
[Vue warn]: Failed to resolve component: q-row
I tried to find the component in quasar, ie the file QRow.js in node_modules/quasar/src/components/... put did not find any.
I don't understand
Code example
Beta Was this translation helpful? Give feedback.
All reactions