Implemented bottom toolbar for adding and calculating, added remove button for Price Cards
9 lines
114 B
Vue
9 lines
114 B
Vue
<template>
|
|
<section class="Toolbar">
|
|
<slot />
|
|
</section>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
|
|
</script>
|