composition-api icon indicating copy to clipboard operation
composition-api copied to clipboard

feat: A method to opt-out of automatic use of useMeta

Open gapipro opened this issue 3 years ago • 1 comments

🆒 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.

gapipro avatar Jan 19 '23 11:01 gapipro

Are you thinking globally opt out or per page component?

rchl avatar Mar 30 '23 21:03 rchl