Made some changes to the activity cards

This commit is contained in:
ajdj100
2024-05-11 21:57:01 -04:00
parent 81a709f049
commit 96ee2d5175
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
<script setup>
const props = defineProps(['Title']);
console.log(props.Title)
</script>
<template>

View File

@@ -11,7 +11,7 @@ export default {
<template>
<div class="flex flex-col w-full items-center">
<h1>This is activity history</h1>
<activityCard />
<activityCard itle="hello" />
<activityCard />
<activityCard />
</div>