``` ts const { a, b, ...rest } = props ``` 现象:解构对象时,如果 a 和 b 未被使用,会有 error 报错。 期望:不报错
现象:解构对象时,如果 a 和 b 未被使用,会有 error 报错。
期望:不报错