n20-common-lib 2.12.8 → 2.12.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.12.8",
3
+ "version": "2.12.9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -602,7 +602,8 @@ export default {
602
602
  ruleField: true,
603
603
  'rule-form': 'ruleValidate',
604
604
  ruleErrorHide: item.ruleErrorHide,
605
- rules: item.rules
605
+ rules: item.rules,
606
+ ...item.props
606
607
  },
607
608
  props: pickerProps,
608
609
  style: {