UNPKG
vue-iscroll-list
Version:
latest (1.0.0)
1.0.0
A Vue.js project
github.com/halaproliu/vue-iscroll
halaproliu/vue-iscroll
vue-iscroll-list
/
index.js
7 lines
(6 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
VueIScroll
from
'./src/components/Vue-iscroll.vue'
import
List
from
'./src/components/List.vue'
export
{
VueIScroll
,
List
}