wip
This commit is contained in:
parent
ae12fcffd1
commit
b04b7bb6fc
|
|
@ -88,7 +88,7 @@ Vue.component('module-editor-slideshow', {
|
|||
|
||||
addImage() {
|
||||
this.module.images.find(e => e.show = false);
|
||||
this.module.images.push({image: '', show: true, link: {type: 'product', value:''}});
|
||||
this.module.images.push({image: languagesFill('/demo/banner.png'), show: true, link: {type: 'product', value:''}});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue