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
最新版本已经由原来Map格式改为了数据格式,进一步方便后端api接口配置。 建议再去掉rules层,进一步简便后端接口处理。 如下格式: { key: 'text1', value: '', label: '关联文字1', type: 'VInput', vRules: 'required', placeholder: '请输入关联文字1', errorMsg: '请输入关联文字1', extra: 'extra' }
The text was updated successfully, but these errors were encountered:
参考commit
Sorry, something went wrong.
No branches or pull requests
最新版本已经由原来Map格式改为了数据格式,进一步方便后端api接口配置。
建议再去掉rules层,进一步简便后端接口处理。
如下格式:
{
key: 'text1',
value: '',
label: '关联文字1',
type: 'VInput',
vRules: 'required',
placeholder: '请输入关联文字1',
errorMsg: '请输入关联文字1',
extra: 'extra'
}
The text was updated successfully, but these errors were encountered: