feat(projects): 新增腾讯地图插件

This commit is contained in:
Soybean
2021-11-10 00:38:23 +08:00
parent ea82edc114
commit 3f02c215c5
5 changed files with 32 additions and 4 deletions

View File

@ -10,7 +10,8 @@ module.exports = {
withDefaults: 'readonly',
PROJECT_BUILD_TIME: 'readonly',
AMap: 'readonly',
BMap: 'readonly'
BMap: 'readonly',
TMap: 'readonly'
},
parser: 'vue-eslint-parser',
parserOptions: {