vue 背景图片 backgroundImage background-image vue的style方式绑定行内样式-background-image的方式等~
摘要:
<template> <div id="app"> <div class="y_bj" :style="y_bj"></div> </div> </template> <script> import { Toast } from "vant"; export default { data() { r 阅读全文
posted @ 2020-03-13 19:36 漫思 阅读(4429) 评论(1) 推荐(2)