Skip to content

Instantly share code, notes, and snippets.

@syuji-higa
Last active November 16, 2019 04:08
Show Gist options
  • Save syuji-higa/eae8ea0f568b8113dd3863571022bfe7 to your computer and use it in GitHub Desktop.
Save syuji-higa/eae8ea0f568b8113dd3863571022bfe7 to your computer and use it in GitHub Desktop.
Nuxt.js - costom loadingIndicator
const nuxtConfig = {
loadingIndicator: {
name: '~/template/spa-loading.html'
}
<style>
body, html {
background: #fff;
width: 100%:
height: 100%;
}
</style>
<div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment