Nuxt.js - costom loadingIndicator
const nuxtConfig = { loadingIndicator: { name: '~/template/spa-loading.html' }
<style> body, html { background: #fff; width: 100%: height: 100%; } </style> <div> </div>