the merge project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
387 B

4 years ago
<template>
4 years ago
<router-view/>
4 years ago
</template>
4 years ago
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
4 years ago
4 years ago
nav {
padding: 30px;
4 years ago
}
4 years ago
nav a {
font-weight: bold;
color: #2c3e50;
}
nav a.router-link-exact-active {
color: #42b983;
4 years ago
}
</style>