html 如何在vue中以dinamically方式绑定背景
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 如何在vue中以dinamically方式绑定背景相关的知识,希望对你有一定的参考价值。
<div :style="{ backgroundImage: `url(${bgImg})` }">
<h1>Content</h1>
</div>
<script>
export default {
data () {
return {
bgImg: 'https://via.placeholder.com/1100x1100',
}
}
}
</script>
以上是关于html 如何在vue中以dinamically方式绑定背景的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Nativescript-vue 中以编程方式折叠 raddataform“组”
如何在 Vue 中以 Typescript 语法定义使用 prop 作为其初始值的本地数据属性?
动态线程池Dinamic-Tp(接入篇)
PHP 在没有使用ADODB php库代码的情况下,表填充了dinamically
php Woocommerce类别主菜单Dinamic
typescript 示例dinamic查询类似looporm与typeorm