Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

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

Open
@gapipro

Description

@gapipro

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions