Can not set tailwindcss.config property "plugins" in nuxt.config
Version
@nuxtjs/tailwindcss: ^5.3.1 nuxt: 3.0.0-rc.6
Bug description
When I try to connect plugin called aspectRatio into the nuxt.config --> tailwindcss --> config --> pligins I get an error
What is Expected?
I successfully connect my plugin
What is actually happening?
Type '{ plugins: any[]; }' is not assignable to type 'Config'.
Property 'content' is missing in type '{ plugins: any[]; }' but required in type 'RequiredConfig'.

Same issue. Any ideas?
It seems that you'll have to specify content attribute in the config
Closing this issue as it is believed to be resolved/stale now - please feel free to comment if it is still an issue in the latest version of the module.
Using the latest version and still persists
It requires the content key in order to get be "fixed" (not expected behaviour)
@jonorozcoc yes, but let them know it should be noted in docs
@talaxasy, if that's the ideal scenario, yes, it should be included in the docs. But, as I only want to update the plugins key, why should I include the content key? That's what I mean with that being an unexpected behavior