diff --git a/.eslintrc.js b/.eslintrc.js index 92e186c..d7878cc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,7 +7,9 @@ module.exports = { globals: { defineProps: 'readonly', defineEmits: 'readonly', - defineExpose: 'readonly' + defineExpose: 'readonly', + DialogType: "readonly", + OptionType: "readonly", }, parser: 'vue-eslint-parser', extends: [