摘要: 1. Cannot read properties of undefined (reading 'type') 原因:定义图表变量时使用reactive定义响应式变量。 const chartList = reactive({ chart1: null }); 解决:改为非响应式变量。 // 方法一 阅读全文
posted @ 2023-02-20 14:49 Li_pk 阅读(86) 评论(0) 推荐(0)