api-typings
api-typings copied to clipboard
getCurrentPages 定义参数缺失
代码:const pages = getCurrentPages({ getAllPages: true });
报错:Expected 0 arguments, but got 1.ts(2554)
API文档:https://opendocs.alipay.com/mini/framework/getcurrentpages
期望是不报错,应能正确提示参数类型。