Skip to content

Commit 4597094

Browse files
committed
hid section and updated notes
1 parent deb681f commit 4597094

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

app.vue

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
/>
1313
<br/>
1414
<!-- sOutputPosixToWin32 />-->
15+
<!-- should be never used-->
16+
<div v-if="1===12">
1517
<h1>Posix to Win32</h1>
1618
<textarea class="area"
1719
v-model="sInputPosix"
@@ -20,24 +22,28 @@
2022
<textarea class="area"
2123
:value="sOutputPosixToWin32"
2224
/>
23-
24-
<!-- Win32 Normalized />-->
25+
</div>
26+
<!-- Win32 Normalized / JS />-->
2527
<h1>Win32 to Win32JS</h1>
2628
<textarea class="area"
2729
v-model="sInputWin32Normal"
2830
/>
2931
<textarea class="area"
3032
:value="sOutputWin32Normal"
3133
/>
32-
<!-- Win32 wsl />-->
34+
<!-- Win32 wsl - todo make this append / cydrive?
35+
https://github.com/codeforwings/nuxt3-win32-posix-path/issues/3
36+
/>-->
3337
<h1>Win32 to Win32 WSL mnt</h1>
3438
<textarea class="area"
3539
v-model="sWin32ToWsl"
3640
/>
3741
<textarea class="area"
3842
:value="sOutputWin32ToWsl"
3943
/>
40-
<!-- Win32 slash />-->
44+
<!-- Win32 slash todo make this toggle space with quotes
45+
https://github.com/codeforwings/nuxt3-win32-posix-path/issues/3
46+
/>-->
4147
<h1>Win32 to Win32 Slash</h1>
4248
<textarea class="area"
4349
v-model="sWin32ToSlash"

0 commit comments

Comments
 (0)