mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-25 01:50:34 +03:00
chore: update readme for options api support
This commit is contained in:
@@ -170,6 +170,10 @@ export function renderPage() {
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Use Options API
|
### 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
|
```js
|
||||||
// Install the plugin first
|
// Install the plugin first
|
||||||
import { plugin as vueMetaPlugin } from 'vue-meta'
|
import { plugin as vueMetaPlugin } from 'vue-meta'
|
||||||
|
|||||||
Reference in New Issue
Block a user