wxw
5 天以前 f6d9155a4a0cf27fd5732314b70109cbc090ccf8
1
2
3
4
5
6
7
8
import List from './list.vue';
import ListItem from './list-item.vue';
import ListItemMeta from './list-item-meta.vue';
 
List.Item = ListItem;
List.Item.Meta = ListItemMeta;
 
export default List;