You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then inside my composable i added a button and called the composable inside the setup.
When clicking the button the console will log the result of the composable which is undefined.
Also wen the page loads this warning will appear:
[Vue warn]: injection "Symbol(VueReCaptchaInjectKey)" not found.
at <RegistrationPage onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< undefined > >
at <RouterView>
at <QPageContainer>
at <QLayout view="lHh Lpr lFf" >
at <MainLayout onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< undefined > >
at <RouterView>
at <App>
Any ideas on what could be the problem here?
Thanks! :)
The text was updated successfully, but these errors were encountered:
Hi, i'm developing a website with Quasar framework v2 (based on vue 3).
I've created a dedicated bootfile in order to add the plugin to the project.
Then inside my composable i added a button and called the composable inside the setup.
When clicking the button the console will log the result of the composable which is undefined.
Also wen the page loads this warning will appear:
Any ideas on what could be the problem here?
Thanks! :)
The text was updated successfully, but these errors were encountered: