Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #201 from DavidEspinola/master
Browse files Browse the repository at this point in the history
fix @emit return value to make it transparent
  • Loading branch information
Kaoru Hagihara committed May 8, 2019
2 parents 9b4017b + 17f5f98 commit 98c361c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vue-property-decorator.ts
Expand Up @@ -143,6 +143,8 @@ export function Emit(event?: string): MethodDecorator {
} else {
emit(returnValue)
}

return returnValue
}
}
}
Expand Down

0 comments on commit 98c361c

Please sign in to comment.