0👍
You have to append a v- in your HTML to use it as Vue directive, like following:
<div style="width:1280px;height:800px;background-size:100% 100%" v-imgload="product.bgImg">
...
You can check more details in documentation.
- [Vuejs]-File input not shows file name once it is hidden using v-if
- [Vuejs]-Vue js 2 – for loop in multiple rest calls fetchData
Source:stackexchange.com