vue-paycard
vue-paycard copied to clipboard
Chip image does not load in Vue3 project
Using this package within a Vue3 project, the chip image doesn't load properly, while the other "dynamic" images do. I was able to fix the problem, making the chip image reference artificially dynamic
<img :src="require('../assets/images/chip.png')" class="card-item__chip" alt="Card chip image" />
Would it be possible to fix this?
Environment:
- OS: MacOS
- Browser: Chrome 102
- Build environment: Node v18.3.0; @vue/cli 5.0.4