mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
10 lines
274 B
Vue
10 lines
274 B
Vue
<template>
|
|
<div id="app">
|
|
<header>
|
|
<img alt="Vue logo" src="./assets/logo.png" width="60" height="60">
|
|
<router-link to="/">Login</router-link>
|
|
<router-link to="/dashboard">Dashboard</router-link>
|
|
</header>
|
|
<router-view />
|
|
</div>
|
|
</template> |