We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login options doesn't appear and I have a lot of vue errors od components that it was not mounted.
The text was updated successfully, but these errors were encountered:
@scumbagblues Had the same issue, solved it by adding ".default" when registering the Vue components
resources/js/app.js
Vue.component( "login-button", require("./components/LoginButtonComponent.vue").default ); Vue.component( "register-button", require("./components/RegisterButtonComponent.vue").default ); Vue.component( "remember-password", require("./components/RememberPasswordComponent.vue").default ); Vue.component( "reset-password", require("./components/ResetPasswordComponent.vue").default ); Vue.component( "snackbar", require("./components/SnackBarComponent.vue").default ); Vue.component( "gravatar", require("./components/GravatarComponent.vue").default );
Sorry, something went wrong.
No branches or pull requests
Login options doesn't appear and I have a lot of vue errors od components that it was not mounted.
The text was updated successfully, but these errors were encountered: