素材巴巴 > 程序开发 >

Vue3 VIte Ts:any类型“any”的参数不能赋给类型“never”的参数。

程序开发 2023-09-11 20:49:38

场景:使用 push 的时候报错

解决方法:

const menus = reactive([] as any[]);

或根据实际来断言

const menus = reactive([] as object[]);

推荐使用

const commodity = reactive([]);


标签:

上一篇: vue中格式化json数据输出到html中 下一篇:
素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。