vue-paycard icon indicating copy to clipboard operation
vue-paycard copied to clipboard

Chip image does not load in Vue3 project

Open Pl-Mrcy opened this issue 2 years ago • 0 comments

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

Pl-Mrcy avatar Jun 15 '22 12:06 Pl-Mrcy