How to prevent [Vue warn] when exposing all child component exposed data? #13651
Unanswered
FragsterAt
asked this question in
Help/Questions
Replies: 0 comments
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.
-
In my project I use Quasar UI library. I need to create come components with exact quasars components api. In example - custom dialog with slots, but with all other behavior like 'vanilla' q-dialog.
To achieve it, I use this code:
Main advantage is that I can easy replace q-dialog with my component, and don't need to change any other code. All works as expected, in dev mode and after build in production. But this little hack causes warning in console:
Is there a way to avoid this warning?
Beta Was this translation helpful? Give feedback.
All reactions