Skip to content

Commit 0469bb6

Browse files
committed
removed additional section
1 parent 4597094 commit 0469bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<template>
22
<div id="app">
33
<!-- sOutputWin32ToPosix />-->
4+
<!-- Raaw commands are rarely ever used .... revisit later-->
5+
<div v-if="1===12">
46
<h1>Win32 To Posix</h1>
57
<textarea
68
class="area"
@@ -12,8 +14,6 @@
1214
/>
1315
<br/>
1416
<!-- sOutputPosixToWin32 />-->
15-
<!-- should be never used-->
16-
<div v-if="1===12">
1717
<h1>Posix to Win32</h1>
1818
<textarea class="area"
1919
v-model="sInputPosix"

0 commit comments

Comments
 (0)