mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
Whitelist nuxt-progress class for progress bar (#2995)
* Whitelist nuxt-progress class for progress bar * Fix linting issue
This commit is contained in:
parent
b2044c85ac
commit
fdc6716df4
@ -31,7 +31,7 @@ module.exports = {
|
||||
extensions: ['vue']
|
||||
}
|
||||
],
|
||||
whitelist: ['html', 'body']
|
||||
whitelist: ['html', 'body', 'nuxt-progress']
|
||||
})
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user