Commit b2c9bc495f78e296ad23b99a92a3ecfed87062e2
1 parent
cda6d96c
fix typo
Showing
2 changed files
with
4 additions
and
4 deletions
front-end/h5/src/components/plugins/lbp-background.js
| 1 | /* | 1 | /* |
| 2 | * @Author: ly525 | 2 | * @Author: ly525 |
| 3 | * @Date: 2019-11-24 18:51:58 | 3 | * @Date: 2019-11-24 18:51:58 |
| 4 | - * @LastEditors: ly525 | ||
| 5 | - * @LastEditTime: 2019-11-30 23:02:31 | 4 | + * @LastEditors : ly525 |
| 5 | + * @LastEditTime : 2020-01-14 23:33:22 | ||
| 6 | * @FilePath: /luban-h5/front-end/h5/src/components/plugins/lbp-background.js | 6 | * @FilePath: /luban-h5/front-end/h5/src/components/plugins/lbp-background.js |
| 7 | * @Github: https://github.com/ly525/luban-h5 | 7 | * @Github: https://github.com/ly525/luban-h5 |
| 8 | * @Description: luban-h5 background image/color component/plugin | 8 | * @Description: luban-h5 background image/color component/plugin |
| @@ -43,7 +43,7 @@ export default { | @@ -43,7 +43,7 @@ export default { | ||
| 43 | default: '', | 43 | default: '', |
| 44 | editor: { | 44 | editor: { |
| 45 | type: 'lbs-image-gallery', | 45 | type: 'lbs-image-gallery', |
| 46 | - label: '图片url', | 46 | + label: '图片', |
| 47 | prop: { | 47 | prop: { |
| 48 | type: 'textarea' | 48 | type: 'textarea' |
| 49 | } | 49 | } |
front-end/h5/src/components/plugins/lbp-picture.js
| @@ -10,7 +10,7 @@ export default { | @@ -10,7 +10,7 @@ export default { | ||
| 10 | default: placeholderImg, | 10 | default: placeholderImg, |
| 11 | editor: { | 11 | editor: { |
| 12 | type: 'lbs-image-gallery', | 12 | type: 'lbs-image-gallery', |
| 13 | - label: '图片url', | 13 | + label: '图片', |
| 14 | prop: { | 14 | prop: { |
| 15 | type: 'textarea' | 15 | type: 'textarea' |
| 16 | } | 16 | } |