Question (non issue)
-
I’m using Nuxt.js and for Vue-meta it’s recommended that each name/property has a corresponding “hid” value. Example:
hid: "description", name: "description", contnet: ''
or
hid: 'og:title',property: "og:title", content: ''
Is there a filter where I can amend a hid variable throughout based on either property and/or name?
I do change this after it’s returned with a forEach statement (async-await promises), but just wondering if there’s an option to adjust from the start.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Question (non issue)’ is closed to new replies.