Skip to content
Snippets Groups Projects
Commit 5913ec65 authored by Dichi13's avatar Dichi13
Browse files

changed routing to use history mode

parent d60f862e
Branches
No related merge requests found
Pipeline #10223 failed with stage
<template>
<div id="app">
<img src="./assets/logo.png">
<router-view/>
</div>
</template>
<script>
export default {
name: 'App'
name: 'App',
}
</script>
......@@ -16,8 +15,5 @@ export default {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>
......@@ -17,5 +17,6 @@ export default new Router({
name: 'LoginPage',
component: LoginPage
},
]
],
mode: 'history',
})
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