File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ Before you strap in, make sure you're equipped with:
2929Try out the sandbox starter templates for Vue Flow in JavaScript and TypeScript and get a feel for the library.
3030
3131<div class =" flex flex-col gap-4 md:flex-row md:gap-8 " >
32- <a href =" https://new.vueflow.dev/js " class =" flex-1 !no-underline " >
32+ <a href =" https://new.vueflow.dev/js " target = " _blank " class =" flex-1 !no-underline " >
3333 <div class="flex items-center gap-4 p-4 rounded-lg border-1 border-primary dark:bg-secondary">
3434 <LogosJavascript class="text-accent text-2xl" />
3535 <h3 class="!m-0 font-semibold">new.vueflow.dev/js</h3>
3636 </div>
3737 </a >
38- <a href =" https://new.vueflow.dev/ts " class =" flex-1 !no-underline " >
38+ <a href =" https://new.vueflow.dev/ts " target = " _blank " class =" flex-1 !no-underline " >
3939 <div class="flex items-center gap-4 p-4 rounded-lg shadow-md border-1 border-primary dark:bg-secondary">
4040 <LogosTypescript class="text-accent text-2xl" />
4141 <h3 class="!m-0 font-semibold">new.vueflow.dev/ts</h3>
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ transforming your creations into engaging platforms.
3838Try out the sandbox starter templates for Vue Flow in JavaScript and TypeScript and get a feel for the library.
3939
4040<div class =" flex flex-col gap-4 md:flex-row md:gap-8 " >
41- <a href =" https://new.vueflow.dev/js " class =" flex-1 !no-underline " >
41+ <a href =" https://new.vueflow.dev/js " target = " _blank " class =" flex-1 !no-underline " >
4242 <div class="flex items-center gap-4 p-4 rounded-lg border-1 border-primary dark:bg-secondary">
4343 <LogosJavascript class="text-accent text-2xl" />
4444 <h3 class="!m-0 font-semibold">new.vueflow.dev/js</h3>
4545 </div>
4646 </a >
47- <a href =" https://new.vueflow.dev/ts " class =" flex-1 !no-underline " >
47+ <a href =" https://new.vueflow.dev/ts " target = " _blank " class =" flex-1 !no-underline " >
4848 <div class="flex items-center gap-4 p-4 rounded-lg shadow-md border-1 border-primary dark:bg-secondary">
4949 <LogosTypescript class="text-accent text-2xl" />
5050 <h3 class="!m-0 font-semibold">new.vueflow.dev/ts</h3>
You can’t perform that action at this time.
0 commit comments