This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Release 0.6.0
0.6.0 (2020-05-09)
⚠ BREAKING CHANGES
useHead()no longer exists and insteaduseMetacan be used directly withinsetup, as long as a minimalhead: {}is defined in the component options.
Note: Work has already begun on composable hooks for vue-meta that will mean we don't need to define a minimal head object: see here.