vue-meta
vue-meta copied to clipboard
Manage HTML metadata in Vue.js components with SSR support
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. This PR contains...
Vuejs 3 ("vue-meta": "^3.0.0-alpha.8") On my vue page i'm trying update title like that: `data() { title: 'title' }, setup () { useMeta({ title: this.title }); }, created() { this.title...
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. This PR contains...
I have the following config: main.ts ``` import {createApp} from 'vue' import {createRouter, createWebHistory} from 'vue-router' import App from './App.vue' import 'bootstrap/dist/js/bootstrap.esm.min.js' import 'bootstrap-icons/font/bootstrap-icons.scss' import './style.scss' import Home from './components/Home.vue'...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-loader](https://redirect.github.com/babel/babel-loader) | [`^8.1.0` -> `^9.2.1`](https://renovatebot.com/diffs/npm/babel-loader/8.1.0/9.2.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. This PR contains...
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. This PR contains...
Hot Module Replacement not work use vite 4 + vue 2.7 + js
Hey all 👋🏻 As you've noticed, there was little to no activity in the repository during the last year(s). As of the current situation, `vue-meta` as **unmaintained**. We recommend https://github.com/vueuse/head...
I was hoping that if I set an array in bodyAttrs.class, it would be expanded with a space delimiter, but unfortunately it seems to be output with a comma delimiter...