From 79a1f6aaf0b3997d49d647beed9c4c6e85ccd78b Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Wed, 28 Aug 2024 18:39:23 +0200 Subject: [PATCH] App gets instruments via AJAX and sends to component chooser --- src/App.vue | 14 ++++++++++---- src/components/category_chooser.vue | 26 ++++++++++---------------- src/components/show_category.vue | 5 +++-- src/components/timer.vue | 15 ++++++++++++++- 4 files changed, 37 insertions(+), 23 deletions(-) diff --git a/src/App.vue b/src/App.vue index ab99c77..1c8b488 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@