aboutsummaryrefslogtreecommitdiff
path: root/src/tools/math-evaluator/math-evaluator.vue
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-12-20 21:01:34 +0100
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-12-20 21:14:40 +0100
commitcf723f144ee865b6de7323d3be58eb7a9586fa56 (patch)
treea18c02a912f40b7e80a68b366866f00cae8f3a9b /src/tools/math-evaluator/math-evaluator.vue
parent7f964941d3ea259120e876445e61e764d41a8a23 (diff)
downloadit-tools-cf723f144ee865b6de7323d3be58eb7a9586fa56.tar.gz
it-tools-cf723f144ee865b6de7323d3be58eb7a9586fa56.tar.zst
it-tools-cf723f144ee865b6de7323d3be58eb7a9586fa56.zip
refactor(clean): removed empty style tag
Diffstat (limited to 'src/tools/math-evaluator/math-evaluator.vue')
-rw-r--r--src/tools/math-evaluator/math-evaluator.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/math-evaluator/math-evaluator.vue b/src/tools/math-evaluator/math-evaluator.vue
index 59754de..16aa7c4 100644
--- a/src/tools/math-evaluator/math-evaluator.vue
+++ b/src/tools/math-evaluator/math-evaluator.vue
@@ -29,5 +29,3 @@ const expression = ref('');
const result = computed(() => withDefaultOnError(() => evaluate(expression.value) ?? '', ''));
</script>
-
-<style lang="less" scoped></style>