vue 元素定义class

<template>

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

</template>

<script>

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

</script>

posted on 2019-09-17 17:40  旺仔小裤头  阅读(469)  评论(0编辑  收藏  举报