Home

Issue: 1454

Why the Custom Loading Component may not work?[re-open]

[issue link]

My nuxt.config.js

module.exports = {
    // loading: false,
    // loading: '~/components/loading.vue',
    loading: {
        color: 'red',
        height: '5px'
    },
    head: {
        meta: [
            {charset: 'utf-8'},
            {'http-equiv': 'X-UA-Compatible', content: 'IE=edge'}
        ]
    },
    build: {
        extractCSS: true
    }
};

I have a layout and some components. I’m including to pages layout and components. None of the loading are included

This question is available on Nuxt.js community (#c1292)