Skip to content

Commit

Permalink
feat(projects): 添加百度地图、升级依赖
Browse files Browse the repository at this point in the history
ISSUES CLOSED: \
  • Loading branch information
honghuangdc committed May 29, 2022
1 parent 4c2f535 commit 39854a4
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 117 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@iconify/json": "^2.1.51",
"@iconify/json": "^2.1.53",
"@iconify/vue": "^3.2.1",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
Expand Down Expand Up @@ -87,14 +87,14 @@
"sass": "^1.52.1",
"standard-version": "^9.5.0",
"typescript": "^4.7.2",
"unocss": "^0.34.1",
"unocss": "^0.35.2",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "0.19.6",
"unplugin-vue-define-options": "^0.6.1",
"vite": "^2.9.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
"vue-tsc": "^0.34.16"
"vue-tsc": "^0.35.0"
}
}
201 changes: 104 additions & 97 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/views/plugin/map/components/TencentMap.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div ref="domRef"></div>
<div ref="domRef" class="w-full h-full"></div>
</template>

<script setup lang="ts">
Expand Down
Loading

1 comment on commit 39854a4

@vercel
Copy link

@vercel vercel bot commented on 39854a4 May 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.