SOURCE

console 命令行工具 X clear

                    
>
console

            
<template>
    <div id='chart' ref='chart'/>
</template>

<script>
import * from 'echarts';
export default {
  name: "echarts-test",
  components: {},
  data() {
    return {
    };
  },
  mounted() {
    this.loadData();
  },
  methods: {
  },
}
</script>

本项目引用的自定义外部资源