This repository was archived by the owner on Oct 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 243
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
How to dynamically update "title" and other meta tags? #813
Open
@yakhyomus
Description
Vuejs 3 ("vue-meta": "^3.0.0-alpha.8")
On my vue page i'm trying update title like that:
data() { title: 'title' }, setup () { useMeta({ title: this.title }); }, created() { this.title = 'New title' }
ang get: Cannot read properties of undefined (reading 'title')
How i can fix that? Thank you!
Metadata
Metadata
Assignees
Labels
No labels