diff --git a/src/components/timer.vue b/src/components/timer.vue index 5c81d79..abe9b41 100644 --- a/src/components/timer.vue +++ b/src/components/timer.vue @@ -13,6 +13,12 @@ console.log(this.seconds); console.log(this.comments); console.log(this.practice_category_id); + }, + start(event){ + console.log('starting'); + }, + stop(event){ + console.log('stopping'); } }, mounted() { @@ -26,6 +32,8 @@