mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 17:14:07 +00:00
work
This commit is contained in:
parent
03bf0f8778
commit
e577d87ce4
7 changed files with 94 additions and 7 deletions
|
@ -1 +1,14 @@
|
|||
<template>About who?</template>
|
||||
<script lang="ts" setup>
|
||||
import FeedbackCards from '~/components/FeedbackCards.vue';
|
||||
let cards = [
|
||||
{ id: 1, title: 'Card 1', text: 'First card', color: 'bg-base-100 text-primary-content' },
|
||||
{ id: 2, title: 'Card 2', text: 'Second card', color: 'bg-base-100 text-primary-content' },
|
||||
{ id: 3, title: 'Card 3', text: 'Third card', color: 'bg-base-100 text-primary-content' },
|
||||
]
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="m-20">
|
||||
<FeedbackCards :cards="cards" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue