vue-meta
vue-meta copied to clipboard
Manage HTML metadata in Vue.js components with SSR support
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...
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...
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...
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...
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...
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...
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...
Sometimes need to add the code below for ie browser. ```html