Skip to content
New issue

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

数据格式建议去掉rules层 #17

Closed
ousinka opened this issue Jun 7, 2021 · 1 comment
Closed

数据格式建议去掉rules层 #17

ousinka opened this issue Jun 7, 2021 · 1 comment

Comments

@ousinka
Copy link
Contributor

ousinka commented Jun 7, 2021

最新版本已经由原来Map格式改为了数据格式,进一步方便后端api接口配置。
建议再去掉rules层,进一步简便后端接口处理。
如下格式:
{
key: 'text1',
value: '',
label: '关联文字1',
type: 'VInput',
vRules: 'required',
placeholder: '请输入关联文字1',
errorMsg: '请输入关联文字1',
extra: 'extra'
}

@D-xuanmo
Copy link
Owner

D-xuanmo commented Jun 7, 2021

参考commit

@D-xuanmo D-xuanmo closed this as completed Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants