refactor: use property shorthand for consistency
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
v-bind:collection-index="collectionIndex"
|
v-bind:collection-index="collectionIndex"
|
||||||
v-bind:folder-index="folderIndex"
|
v-bind:folder-index="folderIndex"
|
||||||
v-bind:request-index="index"
|
v-bind:request-index="index"
|
||||||
v-on:edit-request="
|
@edit-request="
|
||||||
$emit('edit-request', {
|
$emit('edit-request', {
|
||||||
request,
|
request,
|
||||||
collectionIndex,
|
collectionIndex,
|
||||||
|
|||||||
Reference in New Issue
Block a user