斗转
Quick StartCreate a new post12345<template> <div> <div id="chart" style="width: 600px; height: 400px;"></div> </div></template>
斗转
Quick StartCreate a new post12345<template> <div> <div id="chart" style="width: 600px; height: 400px;"></div> </div></template>
菩提
Quick StartCreate a new post1234567891011121314151617181920<template> <div> <div id="chart" style="width: 600px; height: 400px;"></div> </div></template><script>import * as echarts from 'echarts';export default { mounted() { fetch('/api/goods', { method: 'POST' }) .then(response => response.json()) .then(data => { ...