Vue.jsでCSSのbackground-imageをインラインで使う時の記述方法です。

Contents

方法

<div :style="{'background-image': `url(${require('./link/to/image.png')})`}">

参考