use nuxt native loading

This commit is contained in:
lesion
2022-05-03 12:09:06 +02:00
parent f6797e15a7
commit efea84a0a1
2 changed files with 1 additions and 45 deletions

View File

@@ -31,7 +31,7 @@ module.exports = {
/*
** Customize the progress-bar component
*/
loading: '~/components/Loading.vue',
loading: { color: 'orangered', height: '3px' },
/*
** Plugins to load before mounting the App