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

This commit is contained in:
郝先瑞 2023-05-12 13:14:34 +08:00
parent fa5923ccb0
commit 0980f9e772
1 changed files with 1 additions and 0 deletions

View File

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