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