Bogdan Alexandru Militaru
Bogdan Alexandru Militaru
curious too!
Having such a feature would be great or even a new template that contains the customer and company details in two columns like in leprodude image.
> Same here. Not using Nuxt just plain Vue3. As long as a QRCodeVue3 component is loaded anywhere the app stopped hot reloading. Same here.
My last solution was using https://www.npmjs.com/package/styled-qr-code with vue3. Example below. Component: ```vue Download import QRCodeStyling, { Options } from 'styled-qr-code'; import { watch } from 'vue'; import { onMounted, ref...