diff --git a/docs/framework-integration/vue.md b/docs/framework-integration/vue.md index 6a134b67e..311485051 100644 --- a/docs/framework-integration/vue.md +++ b/docs/framework-integration/vue.md @@ -368,7 +368,7 @@ If your Vue framework supports server side rendering, e.g. when using [Nuxt](htt ``` 2. Create an export for the compiled files within the `/hydrate` directory, e.g. - ```json + ```json title="package.json" { "name": "component-library", ...