摘要: 如图所示,tabStore.tabList.push方法报错 这个错误是因为 tabStore中的tabList在使用时变成了 Proxy 对象且失去了数组方法。我们需要修改 store 的定义方式,确保 tabList 始终是一个数组。让我们修改 tabStore: import { define 阅读全文
posted @ 2025-04-19 00:18 ring军 阅读(119) 评论(0) 推荐(0)