vux 给元素动态添加css

<template>
    <div class="jdtI" :style="{styleObj}"></div>
</template>
<script>
    data () {
      return {
        styleObj: {
           width: '',
           height: '',
       marginTop: '' //vux中不支持margin-top,直至成驼峰式 }
} }, </script>

  

posted @ 2017-09-22 14:05  小短腿奔跑吧  阅读(395)  评论(0编辑  收藏  举报