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
/
layout
/
index.js
4 lines
•
113 B
JavaScript
View Raw
1
2
3
4
import
Layout
from
'./layout.vue'
import
Row
from
'./row.vue'
import
Col
from
'./col.vue'
export
{
Layout
,
Row
,
Col
}