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:
29
29
Try out the sandbox starter templates for Vue Flow in JavaScript and TypeScript and get a feel for the library.
30
30
31
31
<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 " >
33
33
<div class="flex items-center gap-4 p-4 rounded-lg border-1 border-primary dark:bg-secondary">
34
34
<LogosJavascript class="text-accent text-2xl" />
35
35
<h3 class="!m-0 font-semibold">new.vueflow.dev/js</h3>
36
36
</div>
37
37
</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 " >
39
39
<div class="flex items-center gap-4 p-4 rounded-lg shadow-md border-1 border-primary dark:bg-secondary">
40
40
<LogosTypescript class="text-accent text-2xl" />
41
41
<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.
38
38
Try out the sandbox starter templates for Vue Flow in JavaScript and TypeScript and get a feel for the library.
39
39
40
40
<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 " >
42
42
<div class="flex items-center gap-4 p-4 rounded-lg border-1 border-primary dark:bg-secondary">
43
43
<LogosJavascript class="text-accent text-2xl" />
44
44
<h3 class="!m-0 font-semibold">new.vueflow.dev/js</h3>
45
45
</div>
46
46
</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 " >
48
48
<div class="flex items-center gap-4 p-4 rounded-lg shadow-md border-1 border-primary dark:bg-secondary">
49
49
<LogosTypescript class="text-accent text-2xl" />
50
50
<h3 class="!m-0 font-semibold">new.vueflow.dev/ts</h3>
You can’t perform that action at this time.
0 commit comments