WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-06-25 6317f81f3664e10de5063b73183e945e52727baf
1
2
3
4
5
6
7
8
9
10
/**
 * CInfiniteScroll
 * @author Tevin
 */
 
import CInfiniteScroll from '@components/plugins/infiniteScroll/CInfiniteScroll.vue';
 
export {
    CInfiniteScroll,
}