Some search fixes, switch from created() to fetch() for SSR

This commit is contained in:
Jai A
2020-10-04 20:19:48 -07:00
parent a545d7d8b1
commit 3656e6ef54
5 changed files with 62 additions and 39 deletions

View File

@@ -158,4 +158,8 @@ export default {
** See https://nuxtjs.org/api/configuration-build/
*/
build: {},
loading: {
color: 'green',
height: '5px',
},
}