From 722d705855eec189616cf9e1343bba6db55645c1 Mon Sep 17 00:00:00 2001
From: Suha Siddiqui
Date: Mon, 20 Jun 2022 16:47:41 -0400
Subject: [PATCH] changes to checkbox
---
src/App.vue | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 4569010..4dfede6 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -10,29 +10,29 @@
-
- Tutorials: {{ tutorials }}
+ Content Type: {{ contentType }}
@@ -47,7 +47,7 @@ export default {
},
data() {
return {
- tutorials: [],
+ contentType: [],
}
},
};