Fix masonry configuration failure (#1970)
Fixes #1964. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>pull/1983/head
parent
6a35b6c2e6
commit
c050fffae6
|
@ -311,6 +311,7 @@ export default {
|
|||
if (!component.slots.masonry || !component.slots.masonry.length) {
|
||||
this.$set(this.page.slots, 'masonry', [{
|
||||
component: 'oh-masonry',
|
||||
config: {},
|
||||
slots: { default: [] }
|
||||
}])
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue