Skip to content

Commit

Permalink
components(CalculatorResultList): rename to calculator-result-list
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Apr 1, 2024
1 parent 6643e8a commit 72aa6b9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pages/kdv-hesaplayici/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</form-row>

<template v-if="shouldShowResults">
<CalculatorResultList
<calculator-result-list
:items="resultList"
class="mb-10" />

Expand Down
2 changes: 1 addition & 1 deletion pages/konsol-vergisi-hesaplayici/_slug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<estimated-calculation-alert />
</form-row>

<CalculatorResultList
<calculator-result-list
:items="resultList"
class="mb-4" />

Expand Down
2 changes: 1 addition & 1 deletion pages/konsol-vergisi-hesaplayici/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</template>
</form-row>

<CalculatorResultList
<calculator-result-list
:items="resultList"
class="mb-5" />

Expand Down
2 changes: 1 addition & 1 deletion pages/telefon-vergisi-hesaplayici/_slug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<estimated-calculation-alert />
</form-row>

<CalculatorResultList
<calculator-result-list
:items="resultList"
class="mb-4" />

Expand Down
2 changes: 1 addition & 1 deletion pages/telefon-vergisi-hesaplayici/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</template>
</form-row>

<CalculatorResultList
<calculator-result-list
:items="resultList"
class="mb-5" />

Expand Down

0 comments on commit 72aa6b9

Please sign in to comment.