Skip to content

装饰4

装饰4

基础用法

查看代码
vue
<template>
  <div small-bg>
    <dv-decoration4 :dur="2" style="width:5px;height:150px;"/>
  </div>
  <div text-2xl pt10>
    dv-decoration4(reverse)
  </div>
  <div small-bg>
    <dv-decoration4 :reverse="true" style="width:250px;height:5px;"/>
  </div>
</template>

属性

同装饰2