Made some changes to the alert and regular card, still nothing big there.

Finally fixed the damn subnav components for the profile page so that's back in progress.
This commit is contained in:
ajdj100
2023-07-21 14:39:01 -04:00
parent bf21b8ac16
commit 124a16a1a1
7 changed files with 49 additions and 33 deletions

View File

@@ -1,5 +1,8 @@
<script setup>
import card from '../components/cards/Card.vue'
</script>
<template>
<div>
<h1>Home screen</h1>
</div>
<h1>Here is a child component!</h1>
<card></card>
</template>