@@ -19,15 +19,20 @@ exerciseStore.getAllExercises()
icon="mdi-account"
to="/account/login"
/>
-
+
+ :content="
+ basketStore.itemsInBasket.reduce((tot, item) => {
+ return tot + item.seats.length;
+ }, 0)
+ "
+ color="error"
+ offset-x="8"
+ offset-y="8"
+ >
@@ -45,6 +50,6 @@ exerciseStore.getAllExercises()
icon="mdi-book-open-blank-variant"
to="/help"
/>
-
-
-
\ No newline at end of file
+
+