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
in component components/common/FormContainer.vue Line 13
components/common/FormContainer.vue
replace <form @submit.prevent="$emit('on-submit')"> with <form @submit.prevent> will fix this problem。
<form @submit.prevent="$emit('on-submit')">
<form @submit.prevent>
The text was updated successfully, but these errors were encountered:
@xjxl520303 thanks for the bug tracking 👍
Sorry, something went wrong.
this issue will close until November.
pocojang
No branches or pull requests
in component
components/common/FormContainer.vue
Line 13replace
<form @submit.prevent="$emit('on-submit')">
with<form @submit.prevent>
will fix this problem。The text was updated successfully, but these errors were encountered: