v-bind的一些标签写法

201 阅读1分钟

标签内、标签内+props、标签内+data、标签内+computed、标签+methods;

:class="{ 'tui-popup-show': show, 'tui-popup-radius': radius }"

:style="{ backgroundColor: backgroundColor, height: height ? height + 'rpx' : 'auto', zIndex: zIndex, transform: translate3d(0, ${show ? translateY : '100%'}, 0) }"

:class="[show ? 'tui-mask-show' : '']" :style="{ zIndex: maskZIndex }"

:style="{backgroundImage:url(${detail.icon}),backgroundRepeat:no-repeat,backgroundSize:100% 100%}"