Fix masonry configuration failure (#1970)

Fixes #1964.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
pull/1983/head
Florian Hotze 2023-07-21 14:52:20 +02:00 committed by GitHub
parent 6a35b6c2e6
commit c050fffae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: [] }
}])
}