美文网首页
两个vue小插件

两个vue小插件

作者: 月光下的微笑 | 来源:发表于2018-09-13 22:11 被阅读0次
    1. https://github.com/MoonlightSmile/notice
      this.$notice(text, [duration], [zIndex])指令来显示一个吐司框 避免Vue代码中每次用都要引入该组件

    2. 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

    相关文章

      网友评论

          本文标题:两个vue小插件

          本文链接:https://www.haomeiwen.com/subject/mxoggftx.html