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
|
@ -1,7 +1,7 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-11-01',
|
||||
devtools: { enabled: true },
|
||||
devtools: { enabled: false },
|
||||
future: {
|
||||
compatibilityVersion: 4,
|
||||
},
|
||||
|
@ -16,5 +16,6 @@ export default defineNuxtConfig({
|
|||
'./app/assets/styles/button.css',
|
||||
'./app/assets/styles/priceCard.css',
|
||||
'./app/assets/styles/formInput.css',
|
||||
'./app/assets/styles/toolbar.css',
|
||||
]
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue