src/App.vue @@ -9,6 +9,13 @@ * Copyright (c) 2024 by shuishen, All Rights Reserved. --> <script setup> import { provide } from 'vue' import * as echarts from 'echarts' provide("echarts", echarts) </script> <template>