vue-meta icon indicating copy to clipboard operation
vue-meta copied to clipboard

Manage HTML metadata in Vue.js components with SSR support

Results 88 vue-meta issues
Sort by recently updated
recently updated
newest added

Vue meta now auto installs if there is global window.Vue. Problem happens when using nuxt and use global window.Vue (it was necessary to integrate with some shared between multiple apps...

I understand the security concerns about this, but some CMS-like applications has fields to add scripts, CSSs and general content into the `head` tag, configured by the user. This makes...

enhancement
target: v3

Hey guys, Is there is a plan regarding this plugin and Vue3? Tried out v3 this weekend and this plugin was one of the sticking points as its integrated into...

question
target: v3

Using [`once: true`](https://vue-meta.nuxtjs.org/api/#once) doesnt work as expected and is just broken at the moment as the element just gets added on every single metaInfo update. Im also not sure how...

bug
pending

I'm just adding this issue to track the following comment in the changelog: > Adding this component is currently required, but it will eventually be optional Also, please consider renaming...

help wanted
pending

Hi! Some meta-tags for me are really just aliases for others. In such scenarios I would love if child components would only need to overwrite the root-meta and that also...

enhancement

1) In the documentation please explain how a script element in the array is triggered by the change in value of the "skip" expression. Are you periodically polling? Are you...

target: v3

I'm trying to embed some scripts that people might have blocked in their browser (facebook sdk). I want to gracefully handle it when they do. The issue is that the...

enhancement

Sometimes need to add the code below for ie browser. ```html

enhancement
target: v3
pending