refactor: use property shorthand for consistency

This commit is contained in:
jamesgeorge007
2019-12-15 19:02:37 +05:30
parent 998a925fd1
commit 9223044967

View File

@@ -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,