1
0
Fork 0

Link to 2 profiles.

This commit is contained in:
Brian D 2024-11-26 22:58:46 -05:00
parent a61728602d
commit b7d22ba008

View file

@ -1,14 +1,23 @@
<script setup lang="ts"> <script setup lang="ts">
import Panel from 'primevue/panel'; import Panel from 'primevue/panel';
import Button from "primevue/button";
</script> </script>
<template> <template>
<h1>Activity</h1> <h1>Activity</h1>
<Panel header="user1 contributed to project1"> <Panel header="user1 contributed to project1">
item 1 <Button
as="router-link"
to="/profile/joe">
Joe's Profile
</Button>
</Panel> </Panel>
<Panel header="user2 contributed to project2"> <Panel header="user2 contributed to project2">
item 2 <Button
as="router-link"
to="/profile/jen">
Jen's Profile
</Button>
</Panel> </Panel>
<Panel header="user3 contributed to project3"> <Panel header="user3 contributed to project3">
item 3 item 3