diff --git a/docs/guides/nuxt.md b/docs/guides/nuxt.md index 71ef0b66..47e26d89 100644 --- a/docs/guides/nuxt.md +++ b/docs/guides/nuxt.md @@ -26,7 +26,7 @@ to the configuration. ```js { - modules: [ + buildModules: [ // if you are using nuxt < 2.9.0, use modules property instead. 'nuxt-purgecss', ],