From 6972de67bd75228bbadd9d86e0838a1ae83e3941 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 21 Jun 2022 16:52:20 -0400 Subject: [PATCH] [+] Checkbox group --- src/App.vue | 54 ++++++++++++++++++------------------- src/views/Home.vue | 14 ++++++++-- src/views/PrimarySymbol.vue | 4 +-- 3 files changed, 41 insertions(+), 31 deletions(-) diff --git a/src/App.vue b/src/App.vue index 86a1c3e..aeac74a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,34 +5,34 @@ tf | About -
- -

- - - - - - - - -

Content Type: {{ contentType }}

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/Home.vue b/src/views/Home.vue index cdfb35d..b48d5a5 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,5 +1,12 @@