fix: remove spaces before command output (#31)
This commit is contained in:
parent
fa67652ba4
commit
1e5ced6737
|
@ -48,9 +48,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<pre v-else-if="commands.length > 0">
|
||||
<template v-for="c in commands">{{ c }}</template>
|
||||
</pre>
|
||||
<pre v-else-if="commands.length > 0"><template v-for="c in commands">{{ c }}</template></pre>
|
||||
</div>
|
||||
<p id="renew"><i class="material-icons spin">autorenew</i></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue