Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
You can access asyncData if you you head() function.
export default { head() { return { title: this.tag.name } }, async asyncData({ $content, params }) { const tag = await $content('tags', params.slug).fetch() return { tag } } }