From 64bae646c6b5c3427ac6c0e87fc07c6df9ecadf7 Mon Sep 17 00:00:00 2001 From: Yordan Ramchev <69005114+Yordan-Ramchev@users.noreply.github.com> Date: Thu, 16 May 2024 13:12:17 +0300 Subject: [PATCH] fix(playground): update codesandbox link (#2868) * feat(playground): update codesandbox link * fix(playground): update component.studio link * fix(playground): revert component.studio link --- src/guide/scaling-up/tooling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/scaling-up/tooling.md b/src/guide/scaling-up/tooling.md index 86b94683..fdda80b3 100644 --- a/src/guide/scaling-up/tooling.md +++ b/src/guide/scaling-up/tooling.md @@ -192,7 +192,7 @@ The official loader that provides Vue SFC support in webpack. If you are using V - [VueUse Playground](https://play.vueuse.org) - [Vue + Vite on Repl.it](https://replit.com/@templates/VueJS-with-Vite) -- [Vue on CodeSandbox](https://codesandbox.io/s/vue-3) +- [Vue on CodeSandbox](https://codesandbox.io/p/devbox/github/codesandbox/sandbox-templates/tree/main/vue-vite) - [Vue on Codepen](https://codepen.io/pen/editor/vue) - [Vue on Components.studio](https://components.studio/create/vue3) - [Vue on WebComponents.dev](https://webcomponents.dev/create/cevue)