<template> <div class="Chart"></div> </template> <script> export default { data() { return { option: {} } }, created() {}, mounted() { }, methods: { }, } </script> <style> </style>