9 lines
254 B
Vue
Raw Normal View History

2022-03-11 15:46:11 -08:00
<template>
2022-11-08 17:40:29 +01:00
<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 />
2022-03-11 15:46:11 -08:00
</template>