From ab6a9425d0cee22a04d831733d4f3c1da3498db3 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Sun, 1 Sep 2024 22:31:57 -0400 Subject: [PATCH] getting category chooser to work with timer --- src/App.vue | 9 +++++---- src/components/timer.vue | 12 ++++++++---- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2048030..5c1b4b3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,12 +36,13 @@
- + :categories="categories" + v-model:currentWorkingInstrument="currentWorkingInstrument" + v-model:currentWorkingCategory="currentWorkingCategory"/>
+ +