From 316162639be6a2d84ac56f13aca2fac51e5487ef Mon Sep 17 00:00:00 2001 From: wzc520pyfm <1528857653@qq.com> Date: Wed, 22 Oct 2025 23:26:44 +0800 Subject: [PATCH] docs: fix the broken link of the playground --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index edc025ead..3877ce649 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -69,7 +69,7 @@ export default defineConfig({ }, { text: 'Playground', - link: 'https://stackblitz.com/github/vuejs/create-vue-templates/tree/main/devtools-router-pinia', + link: 'https://stackblitz.com/github/vuejs/create-vue-templates/tree/main/router-pinia', }, ],