1.1.5 • Published 4 years ago

vue-component-hjx v1.1.5

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

install

npm install vue-component-hjx

Quick Start

import Vue from 'vue'
import VueComponentHjx from 'vue-component-hjx'

//global
Vue.use(VueComponentHjx)

//or
import {
  XScroll,
  ...
} from 'vue-component-hjx'

Vue.component(XScroll.name, XScroll)

//or
Vue.use(XScroll)
1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

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