Alexey Zagaichuk

Results 2 comments of Alexey Zagaichuk

It seems that you should call `createMetaManager` method with argument `true`. This will switch the library to SSR-compatible mode: ``` import { createMetaManager } from 'vue-meta'; ... const metaManager =...

@edison1105, as I see it, the mismatch issue is only reproducible in the playground environment. In the playground there is a mismatch warning both before and after the fix. If...