Link to 2 profiles.
This commit is contained in:
parent
a61728602d
commit
b7d22ba008
1 changed files with 11 additions and 2 deletions
|
|
@ -1,14 +1,23 @@
|
|||
<script setup lang="ts">
|
||||
import Panel from 'primevue/panel';
|
||||
import Button from "primevue/button";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>Activity</h1>
|
||||
<Panel header="user1 contributed to project1">
|
||||
item 1
|
||||
<Button
|
||||
as="router-link"
|
||||
to="/profile/joe">
|
||||
Joe's Profile
|
||||
</Button>
|
||||
</Panel>
|
||||
<Panel header="user2 contributed to project2">
|
||||
item 2
|
||||
<Button
|
||||
as="router-link"
|
||||
to="/profile/jen">
|
||||
Jen's Profile
|
||||
</Button>
|
||||
</Panel>
|
||||
<Panel header="user3 contributed to project3">
|
||||
item 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue