missing emit
This commit is contained in:
parent
415844e3da
commit
06fdcb8dd3
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const Attachment = {
|
|||
'shiftDn',
|
||||
'edit',
|
||||
],
|
||||
emits: ['play', 'pause'],
|
||||
emits: ['play', 'pause', 'naturalSizeLoad'],
|
||||
data() {
|
||||
return {
|
||||
localDescription: this.description || this.attachment.description,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue