9 lines
162 B
JavaScript
9 lines
162 B
JavaScript
import VxeList from './src/list'
|
|
|
|
VxeList.install = function (Vue) {
|
|
Vue.component(VxeList.name, VxeList)
|
|
}
|
|
|
|
export const List = VxeList
|
|
export default VxeList
|