Closed aierong closed 1 year ago
<dv-capsule-chart :config="config" style="width:100%;height:15rem"/>
const config = reactive( { data : [ { name : '南阳' , value : 167 } , { name : '周口' , value : 123 } , { name : '漯河' , value : 98 } ,
] , showValue : true , unit : '万元'
} )
function click1 () { config.data = []; }
我单击赋值空数组,好像页面无反应
已经在 1.4.0 版本中更新了。
牛逼,大佬,这么快解决!赞
<dv-capsule-chart :config="config" style="width:100%;height:15rem"/>
const config = reactive( { data : [ { name : '南阳' , value : 167 } , { name : '周口' , value : 123 } , { name : '漯河' , value : 98 } ,
} )
function click1 () { config.data = []; }
我单击赋值空数组,好像页面无反应