Removed history mode

This commit is contained in:
Roman Cervantes 2018-12-10 19:11:29 -07:00
parent 637ef5ddd9
commit c656089f0d
2 changed files with 2 additions and 3 deletions

View file

@ -169,7 +169,7 @@ export default {
.platforms {
margin-top: $gp;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-columns: repeat(5, 1fr);
grid-gap: $gp;
@media($small) {
@ -180,7 +180,7 @@ export default {
cursor: pointer;
border-radius: $border-radius;
width: auto;
height: 140px;
height: 100px;
padding: $gp;
display: flex;
align-items: center;

View file

@ -10,7 +10,6 @@ import Platforms from '@/pages/Platforms/Platforms';
Vue.use(Router);
export default new Router({
mode: 'history',
routes: [
{
path: '/s/:userId/:listName',