UNPKG
vue-long-list
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
High performance long list for Vue.js
github.com/kerryChen95/vue-long-list
kerryChen95/vue-long-list
vue-long-list
/
src
/
index.js
5 lines
(3 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
import
LongList
from
'./components/long-list'
import
LongListItem
from
'./components/long-list-item'
export
{
LongList
,
LongListItem
}