1.1.3 • Published 4 years ago

vue-backtop-plugin v1.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

vue-backtop-plugin

返回顶部组件 支持IE10

@todo 使用插槽提高扩展性

API

配置项类型默认值描述
widthNumber60按钮容器宽度
heightNumber60按钮容器高度
backgroundString#009688按钮容器背景颜色
visibleHeightNumber500当滚动高度超过时显示回到顶部按钮
speedNumber100回到顶部的速度

Example

  import BackToTop from "vue-backtop-plugin/dist/vue-backtop";
  Vue.use(BackToTop);
  // nuxt中使用
  // 正常引入插件流程
  // 需要在使用插件时通过 放在no-ssr组件中
  <no-ssr>
    <back-to-top></back-to-top>
  </no-ssr>

HTML

  <back-to-top 
      :width="120" 
      :height="120" 
      background="#009688"
      :visible-height="500" 
      :speed="1000"
  >
  </back-to-top>
1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago