回到顶部 Gotop
示例
基本形式
请看屏幕右下角的例子。
<gotop />
位置扩展
请看屏幕左下角的例子。
<gotop position="bottomleft" />
嵌入文档流
<gotop position="static" />
自定义
待完成……
API
Class
Gotop
继承自。
Options
new Gotop()
参数 | 类型 | 默认值 | 数据流向 | 描述 |
---|---|---|---|---|
data | object | 绑定属性 | ||
data.position | string | 'bottomright' | outer => inner | 组件的位置,可选参数:`topcenter`、`topleft`、`topright`、`bottomcenter`、`bottomleft`、`bottomright`、`static` |
data.disabled | boolean | false | outer => inner | 是否禁用 |
data.visible | boolean | true | outer => inner | 是否显示 |
data.class | string | '' | outer => inner | 补充class |
Methods
gotop.gotop()
回到顶部
参数 | 类型 | 默认值 | 描述 |
---|---|---|---|
无参数 | |||
返回值 | 类型 | 描述 | |
无返回值 |