Skip to content

装饰8

装饰8

基础用法

查看代码
vue
<template>
  <div small-bg>
    <dv-decoration8 style="width:300px;height:50px;" />
  </div>
  <div text-2xl pt10>
    dv-decoration8(reverse)
  </div>
  <div small-bg>
    <dv-decoration8 :reverse="true" style="width:300px;height:50px;" />
  </div>
</template>

属性

同装饰2