propapier/app/components/Pp/Toolbar.vue
webfussel c99c243dfc add: bottom toolbar, remove button for cards
Implemented bottom toolbar for adding and calculating, added remove button for Price Cards
2025-02-17 20:38:18 +01:00

9 lines
114 B
Vue

<template>
<section class="Toolbar">
<slot />
</section>
</template>
<script setup lang="ts">
</script>