2022-11-08 08:40:29 -08:00

9 lines
254 B
Vue

<template>
<header>
<img alt="Vue logo" class="logo" src="./assets/logo.png" width="125" height="125" />
<router-link to="/">Login</router-link>
<router-link to="/dashboard">Dashboard</router-link>
</header>
<router-view />
</template>