refactor(projects): 注入全局常量:PROJECT_BUILD_TIME - 构建时间

This commit is contained in:
Soybean
2021-11-05 22:55:30 +08:00
parent 3b3baf93ee
commit ec907f061c
8 changed files with 22 additions and 11 deletions

View File

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