vue-meta icon indicating copy to clipboard operation
vue-meta copied to clipboard

Vue 3 Setup

Open andrew-d-moore opened this issue 2 years ago • 3 comments

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.

andrew-d-moore avatar Apr 11 '22 23:04 andrew-d-moore

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")

kevingobert avatar Apr 25 '22 09:04 kevingobert

Same in 3.0.0-alpha.2

YusufcanY avatar May 13 '22 12:05 YusufcanY

Please update the next npm tag.

yoyo837 avatar May 19 '22 07:05 yoyo837