build(deps): 依赖升级

This commit is contained in:
Soybean
2021-08-27 14:29:06 +08:00
parent ff24fda5ee
commit 97820a4ed0
4 changed files with 101 additions and 91 deletions

View File

@ -3,6 +3,12 @@ module.exports = {
browser: true,
es2021: true
},
globals: {
defineProps: 'readonly',
defineEmits: 'readonly',
defineExpose: 'readonly',
withDefaults: 'readonly'
},
parser: 'vue-eslint-parser',
parserOptions: {
ecmaVersion: 12,