Commit 6946246c0894c609512ee17f4fdb56bc20ae6677
1 parent
35965ffd
remove defaultPropValue prop
Showing
6 changed files
with
7 additions
and
14 deletions
front-end/h5/src/components/plugins/lbp-background.js
| ... | ... | @@ -36,8 +36,7 @@ export default { |
| 36 | 36 | label: '图片url', |
| 37 | 37 | prop: { |
| 38 | 38 | type: 'textarea' |
| 39 | - }, | |
| 40 | - defaultPropValue: '' | |
| 39 | + } | |
| 41 | 40 | } |
| 42 | 41 | }, |
| 43 | 42 | backgroundColor: { |
| ... | ... | @@ -54,8 +53,7 @@ export default { |
| 54 | 53 | prop: { |
| 55 | 54 | type: 'color' |
| 56 | 55 | }, |
| 57 | - require: true, | |
| 58 | - defaultPropValue: '#ffffff' // TODO why logogram for color does't work? | |
| 56 | + require: true | |
| 59 | 57 | } |
| 60 | 58 | } |
| 61 | 59 | } | ... | ... |
front-end/h5/src/components/plugins/lbp-form-checkbox-group.js
front-end/h5/src/components/plugins/lbp-form-input.js
front-end/h5/src/components/plugins/lbp-form-radio-group.js
front-end/h5/src/components/plugins/lbp-picture.js
front-end/h5/src/components/plugins/lbp-video.js