Skip to content

Commit

Permalink
feat: publish 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Oct 17, 2022
1 parent d072e8d commit e29656e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue3-baidu-map-gl",
"description": "A Vue 3 baidu map gl Component Library. ",
"version": "0.0.21",
"version": "0.0.22",
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down
36 changes: 18 additions & 18 deletions volar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Circle: typeof import('vue3-baidu-map-gl')['Circle']
BmCircle: typeof import('vue3-baidu-map-gl')['Circle']
CityList: typeof import('vue3-baidu-map-gl')['CityList']
BmCityList: typeof import('vue3-baidu-map-gl')['CityList']
Control: typeof import('vue3-baidu-map-gl')['Control']
BmControl: typeof import('vue3-baidu-map-gl')['Control']
Copyright: typeof import('vue3-baidu-map-gl')['Copyright']
BmCopyright: typeof import('vue3-baidu-map-gl')['Copyright']
Label: typeof import('vue3-baidu-map-gl')['Label']
BmLabel: typeof import('vue3-baidu-map-gl')['Label']
Location: typeof import('vue3-baidu-map-gl')['Location']
BmLocation: typeof import('vue3-baidu-map-gl')['Location']
Map: typeof import('vue3-baidu-map-gl')['Map']
BmMap: typeof import('vue3-baidu-map-gl')['Map']
Marker: typeof import('vue3-baidu-map-gl')['Marker']
BmMarker: typeof import('vue3-baidu-map-gl')['Marker']
Navigation3d: typeof import('vue3-baidu-map-gl')['Navigation3d']
BmNavigation3d: typeof import('vue3-baidu-map-gl')['Navigation3d']
Polygon: typeof import('vue3-baidu-map-gl')['Polygon']
BmPolygon: typeof import('vue3-baidu-map-gl')['Polygon']
Polyline: typeof import('vue3-baidu-map-gl')['Polyline']
BmPolyline: typeof import('vue3-baidu-map-gl')['Polyline']
Scale: typeof import('vue3-baidu-map-gl')['Scale']
BmScale: typeof import('vue3-baidu-map-gl')['Scale']
Zoom: typeof import('vue3-baidu-map-gl')['Zoom']
BmZoom: typeof import('vue3-baidu-map-gl')['Zoom']
install: typeof import('vue3-baidu-map-gl')['install']
Bminstall: typeof import('vue3-baidu-map-gl')['install']
version: typeof import('vue3-baidu-map-gl')['version']
Bmversion: typeof import('vue3-baidu-map-gl')['version']
InfoWindow: typeof import('vue3-baidu-map-gl')['InfoWindow']
BmInfoWindow: typeof import('vue3-baidu-map-gl')['InfoWindow']
Marker3d: typeof import('vue3-baidu-map-gl')['Marker3d']
BmMarker3d: typeof import('vue3-baidu-map-gl')['Marker3d']
Prism: typeof import('vue3-baidu-map-gl')['Prism']
BmPrism: typeof import('vue3-baidu-map-gl')['Prism']
BCircle: typeof import('vue3-baidu-map-gl')['Circle']
BCityList: typeof import('vue3-baidu-map-gl')['CityList']
BControl: typeof import('vue3-baidu-map-gl')['Control']
BCopyright: typeof import('vue3-baidu-map-gl')['Copyright']
BInfoWindow: typeof import('vue3-baidu-map-gl')['InfoWindow']
BLabel: typeof import('vue3-baidu-map-gl')['Label']
BLocation: typeof import('vue3-baidu-map-gl')['Location']
BMap: typeof import('vue3-baidu-map-gl')['Map']
BMarker: typeof import('vue3-baidu-map-gl')['Marker']
BMarker3d: typeof import('vue3-baidu-map-gl')['Marker3d']
BNavigation3d: typeof import('vue3-baidu-map-gl')['Navigation3d']
BPolygon: typeof import('vue3-baidu-map-gl')['Polygon']
BPolyline: typeof import('vue3-baidu-map-gl')['Polyline']
BPrism: typeof import('vue3-baidu-map-gl')['Prism']
BScale: typeof import('vue3-baidu-map-gl')['Scale']
BZoom: typeof import('vue3-baidu-map-gl')['Zoom']
Binstall: typeof import('vue3-baidu-map-gl')['install']
Bversion: typeof import('vue3-baidu-map-gl')['version']
}
}
export {}

0 comments on commit e29656e

Please sign in to comment.