vue 元素定义class

<template>

  <div :style="aaa"></div>

</template>

<script>

   aaa:{
          document.body.clientWidth,
          height:'100px',
          border:'1px solid red'
      },

</script>

原文地址:https://www.cnblogs.com/mcll/p/11535712.html