Skip to content

Commit a34f358

Browse files
committed
chore: add msg in readme about need to transform ssr
1 parent 859453c commit a34f358

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ unmount() // Remove metadata when needed
174174

175175
### SSR
176176

177+
> Note that vue-meta/ssr is a ESM module so you might need to tell Webpack/Babel to transform it
178+
177179
```js
178180
import { createSSRApp } from 'vue'
179181
import { renderToString } from '@vue/server-renderer'

0 commit comments

Comments
 (0)