5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
|
|
import { withInstall } from '/@/utils';
|
||
|
|
import map from './src/MapModal.vue';
|
||
|
|
|
||
|
|
export const MapModal = withInstall(map);
|