Fix gallery view/preview
This commit is contained in:
parent
ae61bf36aa
commit
480ca0b8c0
8 changed files with 259 additions and 29 deletions
|
|
@ -36,6 +36,12 @@ export default {
|
|||
return null;
|
||||
},
|
||||
},
|
||||
componentFn: {
|
||||
type: Function,
|
||||
default: function () {
|
||||
return () => {};
|
||||
}
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue