2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-17 04:29:37 +03:00

chore: add msg in readme about need to transform ssr

This commit is contained in:
pimlie
2021-06-06 17:53:02 +02:00
parent 859453c6d5
commit a34f3588cc
+2
View File
@@ -174,6 +174,8 @@ unmount() // Remove metadata when needed
### SSR
> Note that vue-meta/ssr is a ESM module so you might need to tell Webpack/Babel to transform it
```js
import { createSSRApp } from 'vue'
import { renderToString } from '@vue/server-renderer'