feat(projects): 新增高德地图插件

This commit is contained in:
Soybean
2021-11-10 00:19:27 +08:00
parent 9a97d23c75
commit ea82edc114
6 changed files with 38 additions and 2 deletions

View File

@ -9,6 +9,7 @@ module.exports = {
defineExpose: 'readonly',
withDefaults: 'readonly',
PROJECT_BUILD_TIME: 'readonly',
AMap: 'readonly',
BMap: 'readonly'
},
parser: 'vue-eslint-parser',