restore nuxt loading bar

This commit is contained in:
lesion 2022-05-06 23:27:11 +02:00
parent 6430c1a3cb
commit 1d8e4a7013
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 2 additions and 4 deletions

View file

@ -31,8 +31,7 @@ module.exports = {
/*
** Customize the progress-bar component
*/
loading: { color: 'orangered', height: '3px' },
loading: { color: '#FF6E40', height: '3px' },
/*
** Plugins to load before mounting the App
*/
@ -92,7 +91,6 @@ module.exports = {
},
buildModules: ['@nuxtjs/vuetify'],
vuetify: {
customVariables: ['~/assets/variables.scss'],
treeShake: true,
theme: {
options: {

View file

@ -1,6 +1,6 @@
{
"name": "gancio",
"version": "1.4.4-rc.1",
"version": "1.4.4-rc2",
"description": "A shared agenda for local communities",
"author": "lesion",
"scripts": {