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
4.2.3
input组件不支持v-model:value.trim
支持指令
The text was updated successfully, but these errors were encountered:
vuejs/vue#5847 ElemeFE/element#9192
所以是不是只有原生 input 才能用 trim 🤔
Sorry, something went wrong.
vuejs/vue#5847 ElemeFE/element#9192 所以是不是只有原生 input 才能用 trim 🤔
#7658 (comment)
我在文档中看到是可以处理v-model修饰符的。不知道为什么不处理。 https://cn.vuejs.org/guide/components/v-model.html#component-v-model
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Successfully merging a pull request may close this issue.
Version
4.2.3
Environment
4.2.3
Reproduction link
Steps to reproduce
input组件不支持v-model:value.trim
What is expected?
支持指令
What is actually happening?
input组件不支持v-model:value.trim
The text was updated successfully, but these errors were encountered: