mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 07:11:03 -04:00
refactor(math-evaluator): improved input
This commit is contained in:
parent
1e052d1d2b
commit
9302ca7085
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ const result = computed(() => withDefaultOnError(() => evaluate(expression.value
|
||||||
multiline
|
multiline
|
||||||
placeholder="Your math expression (ex: 2*sqrt(6) )..."
|
placeholder="Your math expression (ex: 2*sqrt(6) )..."
|
||||||
raw-text
|
raw-text
|
||||||
|
monospace
|
||||||
|
autofocus
|
||||||
|
autosize
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<c-card v-if="result !== ''" title="Result " mt-5>
|
<c-card v-if="result !== ''" title="Result " mt-5>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue