Answers for "background image from data prop with vue"

0

background image from data prop with vue

<template>
  <div :style="{backgroundImage:`url(${post.image})`}">
  </div>
</template>
Posted by: Guest on August-09-2021

Browse Popular Code Answers by Language