vue-touchkit

0.1.3 • Public • Published

vue-touchkit

purestart vue-touchkit base touchkit

Installation

npm install vue-touchkit --save

Import

在main.js中
import 'vue-touchkit/dist/vue-touchkit.min.css';
import { Touchkit } from 'vue-touchkit';
Vue.use(Touchkit);

使用

<vue-touchkit ref="touchkit" :width="width" :height="height"></vue-touchkit>

Changelog

2018.9.5

v0.1.4 * 初始化组件库

Package Sidebar

Install

npm i vue-touchkit

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

2.48 MB

Total Files

51

Last publish

Collaborators

  • purestart