Whitelist nuxt-progress class for progress bar (#2995)

* Whitelist nuxt-progress class for progress bar

* Fix linting issue
This commit is contained in:
Alexander Lichter 2018-03-11 17:20:39 +01:00 committed by Clark Du
parent b2044c85ac
commit fdc6716df4

View File

@ -31,7 +31,7 @@ module.exports = {
extensions: ['vue'] extensions: ['vue']
} }
], ],
whitelist: ['html', 'body'] whitelist: ['html', 'body', 'nuxt-progress']
}) })
) )
} }