syuji-higa
8/25/2019 - 12:01 PM

Nuxt.js - costom loadingIndicator

Nuxt.js - costom loadingIndicator

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