mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 00:36:14 -04:00
refactor(clean): removed useless br tags
This commit is contained in:
parent
c45bce36f9
commit
74073f5038
13 changed files with 21 additions and 43 deletions
|
@ -11,10 +11,8 @@
|
|||
autocapitalize="off"
|
||||
spellcheck="false"
|
||||
/>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<n-card v-if="result !== ''" title="Result ">
|
||||
<n-card v-if="result !== ''" title="Result " mt-5>
|
||||
{{ result }}
|
||||
</n-card>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue