new navbar, loading component

This commit is contained in:
lesion
2022-11-09 10:18:42 +01:00
parent 31cfef1d89
commit 305e9a52ae
6 changed files with 300 additions and 138 deletions

View File

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