fix
This commit is contained in:
parent
495ade5511
commit
c17a53b165
2 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ const Gallery = {
|
|||
if (this.size === 'hide') {
|
||||
return attachments.map((item) => ({ minimal: true, items: [item] }))
|
||||
}
|
||||
console.log('<=')
|
||||
const rows = this.grid
|
||||
? [{ grid: true, items: attachments }]
|
||||
: attachments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue