vue-meta
vue-meta copied to clipboard
Vue 3 Setup
From the documentation:
import { createMetaManager, plugin as metaPlugin } from 'vue-meta'
Error:
export 'plugin' (imported as 'metaPlugin') was not found in 'vue-meta' (possible exports: createMetaManager, deepestResolver, defaultConfig, getCurrentManager, renderToStringWithMeta, resolveOption, useActiveMeta, useMeta)
Seems something is missing or out of date. Also the example is TS, I imagine most people aren't using TS.
Hi @andrew-d-moore
I had the same issue last week and I had the wrong version in my package.json.
The last version is ^3.0.0-alpha.10 ( "vue-meta": "^3.0.0-alpha.10")
Same in 3.0.0-alpha.2
Please update the next
npm tag.