Skip to content

Commit

Permalink
components(calculator/inner-container): refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Apr 2, 2024
1 parent d61d333 commit d5531d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/calculator/inner-container.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<div class="vh-calculator-inner-container">
<slot />
<div>
<slot v-if="$slots.default" />
</div>
</template>

<style>
.vh-calculator-inner-container {
<style lang="scss" scoped="">
div {
max-width: 512px
}
</style>

0 comments on commit d5531d0

Please sign in to comment.