UNPKG

gisviewer-vue3-arcgis

Version:

在应用中引入私服的包, 项目根目录下 新建文件 .npmrc 在 .npmrc 中对包源进行配置:

10 lines (9 loc) 254 B
import * as components from './index'; declare module '@vue/runtime-core' { export interface GlobalComponents { EaButton: typeof components.Button; EaIcon: typeof components.Icon; GisMap: typeof components.GisMap; } } export {};