0.9.2 • Published 5 years ago

v-fullpage v0.9.2

Weekly downloads
34
License
MIT
Repository
github
Last release
5 years ago

vue-fullpage

image image

A Vue.js components

Install

$ npm install v-fullpage

Usage

import Vue from "vue";
import fullpage from "v-fullpage";

Vue.use(fullpage);

or

<script src="vue.min.js"></script>
<!-- must place this line after vue.js -->
<script src="v-fullpage.umd.min.js"></script>

Demo

<!-- default -->
<!-- 依赖于父级元素的大小,占满父级元素 -->
<v-fullpage>
  <div slot="section"></div>
  <div slot="section"></div>
</v-fullpage>

Options

PropertyDescriptionTypeDefault
direction滚动方向('vertical'或'horizontal')String'vertical'

Callback

NameDescription
leaveSlide滑动之后,参数是当前 index

api

通过 ref 调用组件内部 api

NameDescription
setAllowScrolling传入 true/false,禁止滚动/开放滚动事件

License

MIT

0.9.2

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago