feat(projects): 添加百度地图插件

This commit is contained in:
Soybean
2021-11-09 23:22:40 +08:00
parent f82a4f0aed
commit 6abe094ff2
15 changed files with 568 additions and 499 deletions

View File

@ -8,7 +8,8 @@ module.exports = {
defineEmits: 'readonly',
defineExpose: 'readonly',
withDefaults: 'readonly',
PROJECT_BUILD_TIME: 'readonly'
PROJECT_BUILD_TIME: 'readonly',
BMapGL: 'readonly'
},
parser: 'vue-eslint-parser',
parserOptions: {