This commit is contained in:
NBTX
2019-08-30 01:00:07 +01:00
parent ca568cd3eb
commit edc8259b6f
5 changed files with 214 additions and 47 deletions

View File

@@ -86,7 +86,7 @@ export default {
/*
** Customize the progress-bar color
*/
loading: { color: '#88FB4F' },
loading: { color: 'var(--ac-color)' },
/*
** Global CSS
@@ -136,7 +136,9 @@ export default {
return icons;
})([48, 72, 96, 144, 192, 512])
}
}]
}],
['@nuxtjs/axios']
],
/*