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
I do as example says import VueAuthenticate from 'vue-authenticate-2' and recieve an error export 'default' (imported as 'VueAuthenticate') was not found in 'vue-authenticate-2' (module has no exports).
What I am doing wrong?
Same thing when i try to import VueAuthenticatePlugin
The text was updated successfully, but these errors were encountered:
In my webpack.config.js. However I don't know why it's needed. However I got to an exception complaining about a missing $http. I'm on Vue2, so maybe this Version of the library only works with Vue3?! I'm now trying the original version from https://github.com/dgrubelic/vue-authenticate and the "Usage" docs from there, which seem to work better for Vue2.
I do as example says import VueAuthenticate from 'vue-authenticate-2' and recieve an error export 'default' (imported as 'VueAuthenticate') was not found in 'vue-authenticate-2' (module has no exports).
What I am doing wrong?
Same thing when i try to import VueAuthenticatePlugin
The text was updated successfully, but these errors were encountered: