๐ Your use case
Currently if you are using existing setup for meta: {}, adding composition-api automatically changes the behaviour to useMeta way.
This breaks existing code what uses object instead of function at nuxt.app.head.
What is even more strange is that initial render still has old setup, but after page is rendered it switches to useMeta way.
๐ The solution you'd like
Add an option to module to disable this automatic behaviour.
๐ Your use case
Currently if you are using existing setup for
meta: {}, adding composition-api automatically changes the behaviour touseMetaway.This breaks existing code what uses object instead of function at
nuxt.app.head.What is even more strange is that initial render still has old setup, but after page is rendered it switches to
useMetaway.๐ The solution you'd like
Add an option to module to disable this automatic behaviour.