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

My website need to be authenticated to search engines for SEO, but they can't be authenticated, which caused by `data-n-head` and `data-hid` attributes in meta tags. I have tried these...

This is my main.js ``` import Vue from "vue"; import VueMeta from "vue-meta"; import App from "./App.vue"; import vuetify from "./plugins/vuetify"; Vue.config.productionTip = false; Vue.use(VueMeta, { // optional pluginOptions refreshOnceOnNavigation:...

## Changes - Integrated `@rollup/plugin-babel` into the build so that the bundle contains polyfilled code that is compatible with ES5+. - These changes prevent breaking syntax errors on older versions...

## Problem `vue-meta` is producing bundles that contain syntax features that are incompatible with ES5+.: - https://caniuse.com/mdn-javascript_classes_private_class_fields - https://caniuse.com/mdn-javascript_operators_optional_chaining - etc This causes syntax errors to be reported on (at...

I'm trying to use the new alpha version of `vue-meta` with Vue3 and SSR. The problem is that server-side rendering is failing because the exported function relies on the document...

Vue meta when setting meta, you can view the set meta through F12. However, you can't see the added meta by right clicking the web page source code. Excuse me,...

I use computed meta ```vue const { organization } = storeToRefs(usePageOrganization()); const computedMeta = computed(() => ({ title: organization.value?.name, })); useMeta(computedMeta); {{ content }} ``` When vue-router is working there...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/nuxt/vue-meta). - WARN:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [copy-webpack-plugin](https://togithub.com/webpack-contrib/copy-webpack-plugin) | [`^6.0.2` -> `^11.0.0`](https://renovatebot.com/diffs/npm/copy-webpack-plugin/6.0.2/11.0.0) | [![age](https://badges.renovateapi.com/packages/npm/copy-webpack-plugin/11.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...