vue-touch-knob
Version:
[github地址](https://github.com/xintiaobrother/vue-knob) ### 安装 ```js npm i vue-touch-knob -S ``` ### 使用 ```js <template> <div> <vue-knob></vue-knob> </div> </template>
18 lines (13 loc) • 330 B
JavaScript
import vueKnob from './vueKnob';
// const components = [
// vueKnob
// ]
// const install = function(Vue, opts = {}) {
// components.map(component => {
// Vue.component(component.name, component);
// })
// }
// if (typeof window !== 'undefined' && window.Vue) {
// install(window.Vue);
// }
export default vueKnob