-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Describe the feature
Currently, we can set the title
/description
fields for HTML, so is it possible to parse and return the current title
/description
and other fields?
For example:
set
useSeoMeta({
title: 'Page',
description: 'test'
})
get
const metadata = useSeoMeta()
console.log(metadata)
// {
// title: 'Page',
// description: 'test'
// }
Additional information
- Would you be willing to help implement this feature?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request