Commit 5113c09a authored by quentin.vrel's avatar quentin.vrel

app update for ribbon testing

parent 596fd1fe
<template>
<div id="app">
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</div>
<router-view/>
</div>
</template>
......@@ -29,4 +25,8 @@
#nav a.router-link-exact-active {
color: #42b983;
}
html{
background-color: black;
};
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment