Open Remzi1993 opened 1 year ago
try this: createMetaManager(false, { meta: { tag: 'meta', nameless: true }, })
try this: createMetaManager(false, { meta: { tag: 'meta', nameless: true }, })
Great, set it up like this and you're good to go
try this: createMetaManager(false, { meta: { tag: 'meta', nameless: true }, })
Thank you! It Works!
I have the following config:
main.ts
My App.vue
Home.vue
Everything seems to work except this:
Should be this:
I followed the following instructions: https://github.com/nuxt/vue-meta/issues/665#issuecomment-820927172 And I checked the following docs: https://github.com/nuxt/vue-meta/tree/v3.0.0-alpha.10
Maybe the problem is related to #665
@charles-allen Could you please help me out? š¢šµāš«