Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 1e5ced6

Browse files
author
1138-4EB
authored
fix: remove spaces before command output (#31)
1 parent fa67652 commit 1e5ced6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Search.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
</li>
4949
</ul>
5050

51-
<pre v-else-if="commands.length > 0">
52-
<template v-for="c in commands">{{ c }}</template>
53-
</pre>
51+
<pre v-else-if="commands.length > 0"><template v-for="c in commands">{{ c }}</template></pre>
5452
</div>
5553
<p id="renew"><i class="material-icons spin">autorenew</i></p>
5654
</div>

0 commit comments

Comments
 (0)