From eb5ee3bf9c2122557095d6bf763ade050c6aec17 Mon Sep 17 00:00:00 2001 From: Kumar Gaurav Date: Wed, 30 Jul 2025 18:13:24 +0530 Subject: [PATCH] Update vue.md * updated formatter code for deno.json --- examples/tutorials/vue.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/tutorials/vue.md b/examples/tutorials/vue.md index 776c3dfdc..899dfa353 100644 --- a/examples/tutorials/vue.md +++ b/examples/tutorials/vue.md @@ -72,7 +72,9 @@ To configure `deno fmt` to always format your Vue files, add this at the top level of your `deno.json` file: ```json -"unstable": ["fmt-component"] +{ + "unstable": ["fmt-component"] +} ``` ## Add a backend API