1.0.3 • Published 7 years ago

vue-sideslip v1.0.3

Weekly downloads
17
License
-
Repository
-
Last release
7 years ago

project

侧滑列表,适用于购物车列表等场景

哈哈哈哈哈哈..嗝 就是这么牛逼

npm install --save vue-sideslip

<button @click="slipHandle">展开/关闭</button> //开关控制
<vue-sideslip :slipControll="slipControll">
  <div slot="left">定义左边盒子内容</div>
  <div slot="right">定义右边盒子内容</div>
</vue-sideslip>

import vueSideslip from 'vue-sideslip'

export default {
  data(){
    return {
      slipControll:true,
    }
  },
  components: { vueSideslip },
  methods:{
    slipHandle(){
      this.slipControll = !this.slipControll
    }
  }
}

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago