> 趋势组件

```vue
<def-trend text="上升" textColor="red" iconColor="blue">上升666</def-trend>
<def-trend type="down" text="下降" icon="ArrowDown">下降666</def-trend>
```
