From: Haoqun Jiang Date: Tue, 19 Mar 2024 07:42:43 +0000 (+0800) Subject: docs: Vue DevTools -> Vue DevTools 7 to reduce confusion X-Git-Tag: v3.10.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ae314a6514246b9eaadbaf32e8b51f71f50c11;p=thirdparty%2Fvuejs%2Fcreate-vue.git docs: Vue DevTools -> Vue DevTools 7 to reduce confusion The commonly known Vue DevTools extension is version 6.x, which is available on the Chrome Web Store. https://github.com/vuejs/devtools The experimental option in create-vue is to add the Vue DevTools 7, which is still under development and not yet available on the Chrome Web Store, only available as a Vite plugin and a Electron app. https://github.com/vuejs/devtools-next --- diff --git a/index.ts b/index.ts index 45a1cb67..f552cfd8 100755 --- a/index.ts +++ b/index.ts @@ -160,7 +160,7 @@ async function init() { // - Add Playwright for end-to-end testing? // - Add ESLint for code quality? // - Add Prettier for code formatting? - // - Add Vue DevTools extension for debugging? (experimental) + // - Add Vue DevTools 7 extension for debugging? (experimental) result = await prompts( [ { diff --git a/locales/en-US.json b/locales/en-US.json index 6a56d85e..8dc45e43 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -51,7 +51,7 @@ "message": "Add Prettier for code formatting?" }, "needsDevTools": { - "message": "Add Vue DevTools extension for debugging? (experimental)" + "message": "Add Vue DevTools 7 extension for debugging? (experimental)" }, "errors": { "operationCancelled": "Operation cancelled" diff --git a/locales/fr-FR.json b/locales/fr-FR.json index 03a46de1..6815e766 100644 --- a/locales/fr-FR.json +++ b/locales/fr-FR.json @@ -51,7 +51,7 @@ "message": "Ajouter Prettier pour le formatage du code\u00a0?" }, "needsDevTools": { - "message": "Ajouter l'extension Vue DevTools pour le débogage\u00a0? (expérimental)" + "message": "Ajouter l'extension Vue DevTools 7 pour le débogage\u00a0? (expérimental)" }, "errors": { "operationCancelled": "Operation annulée" diff --git a/locales/tr-TR.json b/locales/tr-TR.json index b2159d1f..411661eb 100644 --- a/locales/tr-TR.json +++ b/locales/tr-TR.json @@ -51,7 +51,7 @@ "message": "Kod formatlama için Prettier eklensin mi?" }, "needsDevTools": { - "message": "Add Vue DevTools extension for debugging? (experimental)" + "message": "Add Vue DevTools 7 extension for debugging? (experimental)" }, "errors": { "operationCancelled": "İşlem iptal edildi" diff --git a/locales/zh-Hans.json b/locales/zh-Hans.json index 3f7e43e0..1e9a0fc0 100644 --- a/locales/zh-Hans.json +++ b/locales/zh-Hans.json @@ -51,7 +51,7 @@ "message": "是否引入 Prettier 用于代码格式化?" }, "needsDevTools": { - "message": "是否引入 Vue DevTools 扩展用于调试? (试验阶段)" + "message": "是否引入 Vue DevTools 7 扩展用于调试? (试验阶段)" }, "errors": { "operationCancelled": "操作取消" diff --git a/locales/zh-Hant.json b/locales/zh-Hant.json index 37dfd76a..674ef57f 100644 --- a/locales/zh-Hant.json +++ b/locales/zh-Hant.json @@ -55,7 +55,7 @@ "message": "是否引入 Prettier 用於程式碼格式化?" }, "needsDevTools": { - "message": "是否引入 Vue DevTools 擴展用於調試? (試驗階段)" + "message": "是否引入 Vue DevTools 7 擴展用於調試? (試驗階段)" }, "errors": { "operationCancelled": "操作取消"