码迷,mamicode.com
首页 > 编程语言 > 详细

:class使用数组,进行样式的动态切换

时间:2020-12-28 11:50:39      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:场景   背景   使用   head   需要   页面   动态切换   双引号   pre   

场景:在页面上某个部分,背景图需要动态切换。注意类名要使用双引号包裹。

<div class="header"  :class="[ a == 1? ‘header1‘: ‘‘, a ==2 ? ‘header2‘ : ‘‘, a == 3 ? ‘header3‘:‘‘]" >
</div>

 

:class使用数组,进行样式的动态切换

标签:场景   背景   使用   head   需要   页面   动态切换   双引号   pre   

原文地址:https://www.cnblogs.com/sunRiseProgress/p/14173809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!