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 | 2 | * @Author: ly525 |
| 3 | 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 | 6 | * @FilePath: /luban-h5/front-end/h5/src/components/plugins/lbp-background.js |
| 7 | 7 | * @Github: https://github.com/ly525/luban-h5 |
| 8 | 8 | * @Description: luban-h5 background image/color component/plugin |
| ... | ... | @@ -43,7 +43,7 @@ export default { |
| 43 | 43 | default: '', |
| 44 | 44 | editor: { |
| 45 | 45 | type: 'lbs-image-gallery', |
| 46 | - label: '图片url', | |
| 46 | + label: '图片', | |
| 47 | 47 | prop: { |
| 48 | 48 | type: 'textarea' |
| 49 | 49 | } | ... | ... |