mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 12:20:33 +03:00
docs: improve features on homepage
This commit is contained in:
+6
-6
@@ -6,12 +6,12 @@ tagline: HTML Metadata manager for Vue.js
|
|||||||
actionText: Get Started →
|
actionText: Get Started →
|
||||||
actionLink: /guide/
|
actionLink: /guide/
|
||||||
features:
|
features:
|
||||||
- title: What
|
- title: What?
|
||||||
details: vue-meta is a plugin for Vue.js which helps you to manage your app's metadata using Vue's built-in reactivity
|
details: vue-meta is a plugin for Vue.js which helps you to manage your app's metadata using Vue's built-in reactivity
|
||||||
- title: How
|
- title: How?
|
||||||
details: Just export the special property `metaInfo` in any or all your components
|
details: Just add the special property `metaInfo` to any or all your components as these will be automatically merged top-down
|
||||||
- title: So?
|
- title: So?
|
||||||
details: Nested components can overwrite each others values, allowing you to easily add or remove metadata where and when you need it
|
details: Nested components can overwrite each others values, allowing you to easily add or remove metadata where and when you need it!
|
||||||
footer:
|
footer:
|
||||||
MIT License | Created by Declan de Wet, currently developed with ❤ by Nuxt.js core-team & contributors
|
MIT License | Created by Declan de Wet, currently developed with ❤ by Nuxt.js core-team & contributors
|
||||||
---
|
---
|
||||||
@@ -21,6 +21,8 @@ We are working on defining the RFC for Vue Meta v3.0. It will be a ground-breaki
|
|||||||
We would like your help with this! Please visit the [Vue Meta v3.0 rfc](https://github.com/nuxt/rfcs/issues/19) and let us know your thoughts.
|
We would like your help with this! Please visit the [Vue Meta v3.0 rfc](https://github.com/nuxt/rfcs/issues/19) and let us know your thoughts.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
#### See the [examples](https://github.com/nuxt/vue-meta/tree/master/examples) for more inspiration!
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Component.vue
|
// Component.vue
|
||||||
{
|
{
|
||||||
@@ -37,5 +39,3 @@ We would like your help with this! Please visit the [Vue Meta v3.0 rfc](https://
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
```
|
```
|
||||||
|
|
||||||
See the [examples](https://github.com/nuxt/vue-meta/tree/master/examples) for more inspiration!
|
|
||||||
|
|||||||
Reference in New Issue
Block a user