<v-chart ref="chart" :style="{width:'1000px',height: '800px',}" :options="options"/>
只需在组件上传入:style="{width:'1000px',height: '800px',}"覆盖默认尺寸即可
<v-chart ref="chart" :style="{width:'1000px',height: '800px',}" :options="options"/>
只需在组件上传入:style="{width:'1000px',height: '800px',}"覆盖默认尺寸即可