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

Manage HTML metadata in Vue.js components with SSR support

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

As far as I am aware, individual `metaInfo` properties can be configured to only be generated server-side, but I do not think this feature is available for all `metaInfo` properties....

enhancement

### Version [v2.9.2](https://github.com/nuxt.js/releases/tag/v2.9.2) ### Reproduction link [https://codesandbox.io/s/codesandbox-nuxt-hm0ch](https://codesandbox.io/s/codesandbox-nuxt-hm0ch) ### Steps to reproduce When creating a new link with `crossorigin` value, and setting its value to `true`, attribute renders with value. View...

enhancement
pending

Hello, Is it possible to add plain HTML into head? (like next/head: https://nextjs.org/docs/api-reference/next/head) Maybe not at the same way, it will be good also an innerHTML on configuration, now is...

enhancement
target: v3

I'm wondering if and how it is possible to add to the \\>using vue-meta

enhancement

Hey :wave: data values that are manipulated via a `callback` function are (wrongly) changed to their original values when HMR kicks in. ## Reproduction: 1. Fork https://codesandbox.io/s/codesandbox-nuxt-exyst 2. See that...

bug
pending

[Since `v2.3.0`](https://github.com/nuxt/vue-meta/pull/452#issuecomment-531199086) vue-meta adds the attributes as JSON object on the html/head/body tags to keep track which app added which attribute value. On hydration these json's are moved to an...

pending

Right now if we want to use the same string or variable for the regular description, facebook description and the twitter description we have to do this. ``` { 'hid':...

enhancement
target: v3

I am trying to get a dynamic title for useMeta with composition API but it does not work. ``` import { computed } from 'vue' import { POST } from...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chromedriver](https://togithub.com/giggio/node-chromedriver) | [`^86.0.0` -> `^121.0.2`](https://renovatebot.com/diffs/npm/chromedriver/86.0.0/121.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromedriver/121.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Working in Vue 3 with the options API and vue-meta 3.0.0-alpha.10. It seems there's no longer a way to set a titleTemplate? Any other ideas on how to do nested...