-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
希望官方看一下这个问题,以下是modal组件的类型报错
类型“{ width: number; title: string; visible: boolean; destroyOnClose: true; }”的参数不能赋给类型“App & Partial<{ visible: boolean; mask: boolean; closable: boolean; forceRender: boolean; getContainer: string | false | HTMLElement | (() => HTMLElement); ... 7 more ...; confirmLoading: boolean; }> & Omit<...> & Record<...>”的参数。
类型“{ width: number; title: string; visible: boolean; destroyOnClose: true; }”缺少类型“App”的以下属性: version, config, use, mixin 及其他 11 项。ts(2345)
linyxria and CCherry07