Skip to content

Commit c3f516f

Browse files
committed
fix(plugin): config picture source url
1 parent bb26980 commit c3f516f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

front-end/h5/src/components/plugins/lbp-picture.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ export default {
1717
editorConfig: {
1818
propsConfig: {
1919
imgSrc: {
20-
type: 'picture-picker',
21-
label: '',
22-
require: true,
23-
widgetProps: {
24-
value: '',
25-
template: '%i',
20+
// type: 'picture-picker',
21+
type: 'el-input',
22+
label: '图片url',
23+
prop: {
24+
type: 'textarea'
2625
},
27-
},
26+
defaultPropValue: ''
27+
}
2828
},
2929
components: {
3030
// 'picture-picker': PicturePicker,

0 commit comments

Comments
 (0)