两个vue小插件
2018-09-13 本文已影响0人
月光下的微笑
-
https://github.com/MoonlightSmile/notice
用this.$notice(text, [duration], [zIndex])指令来显示一个吐司框 避免Vue代码中每次用都要引入该组件 -
https://github.com/MoonlightSmile/sticky
你可以在dom上直接v-sticky让这个元素变为sticky你可以设置不同的option修改一些状态
-
<header v-sticky="options">Moonlight</header> -
top设置sticky的top位置,默认是0 -
可选
-
isAutoHide设置sticky的元素是否可以自动隐藏(下滑隐藏,上滑显示)默认是false -
animationDelay自动隐藏的时间默认0.6 -
offsetscrollTop是多少的时候开始自动隐藏默认300px
-