From 75b7c00f296163c413bc85f90afe68df1ebf3f77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=B5=20Quang=20Chi=E1=BA=BFn?= <2giosangmitom@proton.me> Date: Thu, 6 Feb 2025 15:14:40 +0700 Subject: [PATCH] fix: vitest link in template (#678) --- template/code/default/src/components/TheWelcome.vue | 2 +- template/code/router/src/components/TheWelcome.vue | 2 +- template/code/typescript-default/src/components/TheWelcome.vue | 2 +- template/code/typescript-router/src/components/TheWelcome.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/template/code/default/src/components/TheWelcome.vue b/template/code/default/src/components/TheWelcome.vue index e02c38f9..f3ad467a 100644 --- a/template/code/default/src/components/TheWelcome.vue +++ b/template/code/default/src/components/TheWelcome.vue @@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md') + Volar. If you need to test your components and web pages, check out - Vite + Vitest and Cypress / diff --git a/template/code/router/src/components/TheWelcome.vue b/template/code/router/src/components/TheWelcome.vue index e02c38f9..f3ad467a 100644 --- a/template/code/router/src/components/TheWelcome.vue +++ b/template/code/router/src/components/TheWelcome.vue @@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md') + Volar. If you need to test your components and web pages, check out - Vite + Vitest and Cypress / diff --git a/template/code/typescript-default/src/components/TheWelcome.vue b/template/code/typescript-default/src/components/TheWelcome.vue index 674b4903..ae6eec3b 100644 --- a/template/code/typescript-default/src/components/TheWelcome.vue +++ b/template/code/typescript-default/src/components/TheWelcome.vue @@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md') + Volar. If you need to test your components and web pages, check out - Vite + Vitest and Cypress / diff --git a/template/code/typescript-router/src/components/TheWelcome.vue b/template/code/typescript-router/src/components/TheWelcome.vue index 674b4903..ae6eec3b 100644 --- a/template/code/typescript-router/src/components/TheWelcome.vue +++ b/template/code/typescript-router/src/components/TheWelcome.vue @@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md') + Volar. If you need to test your components and web pages, check out - Vite + Vitest and Cypress / -- 2.39.5