Vueで動的にスタイルを変更する


いつも忘れる

<div :style="isPc ? {width: '500px', margin: 'auto'} : {}">
</div>