1.1.5 • Published 5 years ago

vue-component-hjx v1.1.5

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago