---初始化后台管理web页面项目
This commit is contained in:
4
src/components/Map/index.ts
Normal file
4
src/components/Map/index.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { withInstall } from '/@/utils';
|
||||
import map from './src/MapModal.vue';
|
||||
|
||||
export const MapModal = withInstall(map);
|
||||
Reference in New Issue
Block a user