From eb2a661a0814616110351bbced3195cae5cf21f8 Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Wed, 23 Oct 2024 10:42:47 -0700 Subject: [PATCH] Update docs/framework-integration/vue.md Co-authored-by: Tanner Reits <47483144+tanner-reits@users.noreply.github.com> --- docs/framework-integration/vue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ...