lanyun-footer
介绍
该组件常用于展示页面页脚, 展示友情链接等。
使用方法
import "../../components/lanyun-footer/lanyun-footer.stml";
例子
<lanyun-footer
@click-link="handleClickLink"
:links="links"
:link-style="{ color: '#576b95' }"
:style="{ color: '#9ca3af' }"
border-color="#d1d5db"
>
Copyright © 2018-2021 lanyun
</lanyun-footer>
props 属性
参数 |
说明 |
类型 |
默认值 |
links |
链接数据,具体参数见demo, 选填 |
array |
[] |
link-style |
链接样式, 选填 |
object |
{} |
style |
底部文字样式, 选填 |
object |
{} |
border-color |
链接之间的边框颜色, 选填 |
string |
#d1d5db |
events 事件
事件名 |
说明 |
回调参数 |
click-link |
当链接被点击时触发 |
links 的下标索引值 |