refactor: use property shorthand for consistency
This commit is contained in:
parent
998a925fd1
commit
9223044967
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
v-bind:collection-index="collectionIndex"
|
||||
v-bind:folder-index="folderIndex"
|
||||
v-bind:request-index="index"
|
||||
v-on:edit-request="
|
||||
@edit-request="
|
||||
$emit('edit-request', {
|
||||
request,
|
||||
collectionIndex,
|
||||
|
|
|
|||
Loading…
Reference in a new issue