mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
9 lines
254 B
Vue
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>
|