Skip to main content

[vue] v-bind

v-bind簡寫視同忽略 也就是說v-bind:style可以改寫成 :style

<div id="onTop" v-bind:style="{ backgroundColor: 'rgba(99,0,89,'+opacityVal+')' }">
Drag the range input to change opacity here.
</div>