From 5ed895340ccdf28d53060575e22a8762c81abca7 Mon Sep 17 00:00:00 2001 From: pimlie Date: Sun, 6 Jun 2021 17:29:07 +0200 Subject: [PATCH] chore: update readme for options api support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b3ab117..42ba838 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,10 @@ export function renderPage() { ``` ### Use Options API +The plugin only adds support for the metaInfo component prop. You still need to create a meta manager. + +> Compared to v2, the properties _changed_, _afterNavigation_ & the _\_\_dangerouslyX_ props are not support. + ```js // Install the plugin first import { plugin as vueMetaPlugin } from 'vue-meta'