mirror of https://github.com/halo-dev/halo
Fix drawer bug
parent
5cfcb987e3
commit
43bd04d0b2
|
@ -149,7 +149,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
uploadVisible: false,
|
||||
selectAttachment: null,
|
||||
selectAttachment: {},
|
||||
attachments: [],
|
||||
editable: false,
|
||||
pagination: {
|
||||
|
|
|
@ -121,7 +121,7 @@ export default {
|
|||
sort: ''
|
||||
},
|
||||
attachments: [],
|
||||
selectedAttachment: null,
|
||||
selectedAttachment: {},
|
||||
attachmentUploadHandler: attachmentApi.upload
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue