File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments