diff --git a/package.json b/package.json
index fe5644422..239775a77 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
   },
   "scripts": {
     "prepare": "husky",
-    "format": "prettier --write .",
+    "format": "prettier --write . --experimental-cli",
     "build": "rolldown -c rolldown.config.ts",
     "snapshot": "zx ./scripts/snapshot.mjs",
     "pretest": "pnpm run build && pnpm run snapshot",
diff --git a/template/code/default/src/components/TheWelcome.vue b/template/code/default/src/components/TheWelcome.vue
index fe48afc20..68a970a51 100644
--- a/template/code/default/src/components/TheWelcome.vue
+++ b/template/code/default/src/components/TheWelcome.vue
@@ -32,8 +32,9 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
     recommended IDE setup is
     VSCode
     +
-    Vue - Official. If
-    you need to test your components and web pages, check out
+    Vue - Official. If you need to test your components and web pages, check out
     Vitest
     and
     Cypress
diff --git a/template/code/router/src/components/TheWelcome.vue b/template/code/router/src/components/TheWelcome.vue
index fe48afc20..68a970a51 100644
--- a/template/code/router/src/components/TheWelcome.vue
+++ b/template/code/router/src/components/TheWelcome.vue
@@ -32,8 +32,9 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
     recommended IDE setup is
     VSCode
     +
-    Vue - Official. If
-    you need to test your components and web pages, check out
+    Vue - Official. If you need to test your components and web pages, check out
     Vitest
     and
     Cypress
diff --git a/template/code/typescript-default/src/components/TheWelcome.vue b/template/code/typescript-default/src/components/TheWelcome.vue
index 6092dff14..8b731d918 100644
--- a/template/code/typescript-default/src/components/TheWelcome.vue
+++ b/template/code/typescript-default/src/components/TheWelcome.vue
@@ -32,8 +32,9 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
     recommended IDE setup is
     VSCode
     +
-    Vue - Official. If
-    you need to test your components and web pages, check out
+    Vue - Official. If you need to test your components and web pages, check out
     Vitest
     and
     Cypress
diff --git a/template/code/typescript-router/src/components/TheWelcome.vue b/template/code/typescript-router/src/components/TheWelcome.vue
index 6092dff14..8b731d918 100644
--- a/template/code/typescript-router/src/components/TheWelcome.vue
+++ b/template/code/typescript-router/src/components/TheWelcome.vue
@@ -32,8 +32,9 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
     recommended IDE setup is
     VSCode
     +
-    Vue - Official. If
-    you need to test your components and web pages, check out
+    Vue - Official. If you need to test your components and web pages, check out
     Vitest
     and
     Cypress