WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-07-31 92d034e0e124928179f072224e9c2c1ad87fc1b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * CChinaArea
 * @author Tevin
 */
 
import CChinaArea from '@components/forms/chinaArea/CChinaArea.vue';
import { ChinaLocations, $locations } from '@components/forms/chinaArea/ChinaLocations';
import { SmartAddress } from '@components/forms/chinaArea/SmartAddress';
 
export {
    CChinaArea,
    ChinaLocations,
    $locations,
    SmartAddress,
};