mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-17 05:29:38 +03:00
home, heroImage, heroText, tagline, actionText, actionLink, features, footer
| home | heroImage | heroText | tagline | actionText | actionLink | features | footer | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| true | /vue-meta.png | vue-meta | HTML Metadata manager for Vue.js | Get Started → | /guide/ |
|
MIT License | Created by Declan de Wet, currently developed with ❤ by Nuxt.js core-team & contributors |
::: tip We need your help! We are working on defining the RFC for Vue Meta v3.0. It will be a ground-breaking release built from the ground up.
We would like your help with this! Please visit the Vue Meta v3.0 rfc and let us know your thoughts. :::
See the examples for more inspiration!
// Component.vue
{
metaInfo: {
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
]
}
}
<!-- Rendered HTML tags in your page -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">