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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user