feat: ✨ vue 3.3版本新特性 `defineOptions` 添加类型声明
This commit is contained in:
parent
fa5923ccb0
commit
0980f9e772
|
|
@ -29,5 +29,6 @@ module.exports = {
|
||||||
globals: {
|
globals: {
|
||||||
DialogOption: "readonly",
|
DialogOption: "readonly",
|
||||||
OptionType: "readonly",
|
OptionType: "readonly",
|
||||||
|
defineOptions: "readonly",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue