UNPKG
lg-view
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
lgView
lg-view
/
src
/
components
/
list
/
index.js
4 lines
•
159 B
JavaScript
View Raw
1
2
3
4
import
List
from
'./list.vue'
;
import
ListItem
from
'./list-item.vue'
;
import
ListTemplate
from
'./list-item-template.vue'
;
export
{
List
,
ListItem
,
ListTemplate
}