lucas ferrero
lucas ferrero
### What package of StorefrontUI can be affected by this change? "@storefront-ui/vue": "^2.6.0" ### How the project can be improved? You could show more page numbers to be selected by...
## Problem I've to write the same Scalar Fields in every history table. Example: ```js model product { product_id String @db.VarChar(24) product_description String @db.VarChar(255) product_price Decimal? @db.Decimal(6, 2) product_price_history product_price_history...
Following nuxt's integration guide (https://flowbite.com/docs/getting-started/nuxt-js/#data-attributes) to include flowbites's javascript file we have this example: ```js // composables/useFlowbite.js export function useFlowbite(callback) { if (process.client) { import('flowbite').then((flowbite) => { callback(flowbite); }); }...
Nuxt4 was just realeased. I'd like to update a client's project but I wonder if algolia module will break or not. It is an important project that's in production already.