FCComponent>
runtime-dom.d.ts(1401, 3): The expected type comes from property 'onClick' which is declared here on type 'IntrinsicAttributes
~~~~~src/layout/index.vue:14:22 - error TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes
optionalProp: 'optional' }; // 正确 <MyComponent { ...props } requiredProp="required" /> P.S.另外,JSX 框架可以通过JSX.IntrinsicAttributes
[name: string]: any } export interface IntrinsicAttributes extends ReservedProps {} } } 我们也可以随意地扩展