feat: vue 3.3版本新特性 defineOptions 添加类型声明

Former-commit-id: 0980f9e77270e2138823572fec59ea3f4bdd5991
This commit is contained in:
郝先瑞
2023-05-12 13:14:34 +08:00
parent 83ea4b590f
commit d2cdc0a245

View File

@@ -29,5 +29,6 @@ module.exports = {
globals: {
DialogOption: "readonly",
OptionType: "readonly",
defineOptions: "readonly",
},
};