add: bottom toolbar, remove button for cards
Implemented bottom toolbar for adding and calculating, added remove button for Price Cards
This commit is contained in:
parent
aa9c936f80
commit
c99c243dfc
10 changed files with 144 additions and 15 deletions
app/components/Pp
9
app/components/Pp/Toolbar.vue
Normal file
9
app/components/Pp/Toolbar.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<section class="Toolbar">
|
||||
<slot />
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue