bugall

Results 3 comments of bugall

```vue import VeLine from 'v-charts/lib/line' export default { created () { this.chartData = { columns: ['日期', '销售量'], rows: [ { '日期': '1月1日', '销售量': 123 }, { '日期': '1月2日', '销售量': 1223...