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
能在提交表单时禁用动态录入时的增删改以及排序以避免误操作
<n-dynamic-input :disabled="true" /> <!-- 或者是这样 --> <n-form :disabled="true"> <n-dynamic-input /> </n-form>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This function solves the problem (这个功能解决的问题)
能在提交表单时禁用动态录入时的增删改以及排序以避免误操作
Expected API (期望的 API)
The text was updated successfully, but these errors were encountered: