0👍
I didn’t import image. I should have done
import image from '@/assets/image.jpeg'
and then
variants: [{color: 'red', url: image}, ...]
Source:stackexchange.com
0👍
I didn’t import image. I should have done
import image from '@/assets/image.jpeg'
and then
variants: [{color: 'red', url: image}, ...]