1.0.6 • Published 4 years ago

share-to-zqh v1.0.6

Weekly downloads
8
License
MIT
Repository
-
Last release
4 years ago

实现div拖拽功能,限制移动范围为浏览器的可视宽高

Install

npm install share-to --save-dev

Usage

import Vue from 'vue';
import ShareTo from 'share-to';
Vue.use(ShareTo);
<template>
  <div id="app">
    <share-to></share-to>
  </div>
</template> 

props: {
      link: {
        'type': String,
        'default': window.location.href
      }
    },
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago