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
const blob: Blob | null = await cropper.getBlob()执行到这里有概率会导致页面刷新 在vue3使用的时候,是还有什么功能会影响到吗
The text was updated successfully, but these errors were encountered:
原来不是这个的问题,是getResult点击事件是由botton触发,当这个功能在form表单实现时候,有概率触发form表单的提交
Sorry, something went wrong.
嗯嗯,如果 form 里只有一个 input 之类的元素,会有这样的默认行为,可以通过对 form 限制 preventDefault 屏蔽这个行为
是的
No branches or pull requests
const blob: Blob | null = await cropper.getBlob()执行到这里有概率会导致页面刷新
在vue3使用的时候,是还有什么功能会影响到吗
The text was updated successfully, but these errors were encountered: