Files
piaps-course-work-university/student-perfomance-frontend/pages/index.vue

9 lines
149 B
Vue

<template>
<div>
<h1>Welcome to the homepage</h1>
<AppAlert>
This is an auto-imported component
</AppAlert>
</div>
</template>