1.1.2 • Published 2 years ago

v-move v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

vue dragmove drective

use

npm install v-move

demo:

import VMove from 'v-move';
Vue.use(VMove)
<div style="position:relative;width:300px;height:300px;border:1px solid #444">
 <i style="position: absolute;width:10px;height:10px;background:red;cursor:point;"
    v-move
    :data-disabled="false"
    @moveEvent="fn"
  />
</div>

dataset:

disabled: 是否可拖动平移

left: 相对于容器(默认父节点)定位的 left 的百分比

top: 相对于容器(默认父节点)定位的 top 的百分比

v-move:默认为父容器,可指定具体父容器 id v-move="box"

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago