Version 1.4.2: Fix error with media
This commit is contained in:
parent
ed2ffa3fa2
commit
f59f8b5934
1 changed files with 2 additions and 2 deletions
|
@ -1386,7 +1386,7 @@ const imageComponent = Vue.component('image-component', {
|
|||
maxsize: 5, // megabyte
|
||||
imgpreview: false,
|
||||
showmedialib: false,
|
||||
//fix load: false,
|
||||
load: false,
|
||||
imgmeta: false,
|
||||
imgalt: '',
|
||||
imgtitle: '',
|
||||
|
@ -1683,7 +1683,7 @@ const fileComponent = Vue.component('file-component', {
|
|||
return {
|
||||
maxsize: 5, // megabyte
|
||||
showmedialib: false,
|
||||
//fix load: false,
|
||||
load: false,
|
||||
filemeta: false,
|
||||
filetitle: '',
|
||||
fileextension: '',
|
||||
|
|
Loading…
Add table
Reference in a new issue