Employee-app/employee-fe/src/views/dashboard.vue

7 lines
195 B
Vue

<template>
<div class="p-4 text-white" style="background-color:#121212; min-height:100vh;">
<h2>Dashboard</h2>
<p>Selamat datang di Employee Management System!</p>
</div>
</template>