Commit b2c9bc495f78e296ad23b99a92a3ecfed87062e2

Authored by ly525
1 parent cda6d96c

fix typo

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 }
... ...
front-end/h5/src/components/plugins/lbp-picture.js
... ... @@ -10,7 +10,7 @@ export default {
10 10 default: placeholderImg,
11 11 editor: {
12 12 type: 'lbs-image-gallery',
13   - label: '图片url',
  13 + label: '图片',
14 14 prop: {
15 15 type: 'textarea'
16 16 }
... ...