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

Commit

Permalink
#21
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceG committed Jan 16, 2019
1 parent 434cf23 commit afde277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/webcam.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default {
}
// Emit video start/live event
this.$refs.video.onloadedmetadata = () => {
this.$emit('video-live', stream);
this.$emit("video-live", stream);
};
this.$emit("started", stream);
Expand Down

0 comments on commit afde277

Please sign in to comment.