Made some changes to the activity cards
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
|
<script setup>
|
||||||
|
|
||||||
|
const props = defineProps(['Title']);
|
||||||
|
|
||||||
|
console.log(props.Title)
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export default {
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col w-full items-center">
|
<div class="flex flex-col w-full items-center">
|
||||||
<h1>This is activity history</h1>
|
<h1>This is activity history</h1>
|
||||||
<activityCard />
|
<activityCard itle="hello" />
|
||||||
<activityCard />
|
<activityCard />
|
||||||
<activityCard />
|
<activityCard />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user