@icreate/ics-basic-form-builder
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name":"@icreate/ics-basic-form-builder", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "vue组件封装的表单设计器", | ||
@@ -5,0 +5,0 @@ "main": "form-builder.umd.min.js", |
@@ -93,2 +93,3 @@ | ||
validationHint: "只能输入中文哦", //校验提示语(可传) | ||
reverseValidation:'/[^\u4e00-\u9fa5]/g' //数据格式:正则取反+g (需要限制输入时,必传) | ||
}, | ||
@@ -95,0 +96,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1433747
5133
445