2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-17 12:49:37 +03:00
Files
vue-meta/docs/README.md
T
pimlie 111c76970b Revert "docs(typo): Vue meta 2.0"
This reverts commit 24d9e8ad9b.
2019-03-28 17:39:30 +01:00

1.0 KiB

vue-meta

::: 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. :::

Introduction

vue-meta is a Vue.js plugin that allows you to manage your app's metadata, much like react-helmet does for React. However, instead of setting your data as props passed to a proprietary component, you simply export it as part of your component's data using the metaInfo property.

These properties, when set on a deeply nested component, will cleverly overwrite their parent components' metaInfo, thereby enabling custom info for each top-level view as well as coupling metadata directly to deeply nested sub components for more maintainable code.

Get started or play with the examples