2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-17 18:30:33 +03:00

chore: update readme for options api support

This commit is contained in:
pimlie
2021-06-06 17:29:07 +02:00
parent 1bf1184c6e
commit 5ed895340c
+4
View File
@@ -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'