Skip to content

Commit

Permalink
feat: ma-echarts
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Oct 31, 2024
1 parent e2e9170 commit 4fbb826
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/demos/ma-echarts/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<script setup lang="ts">
import useEcharts from "@mineadmin/echarts";
// 文档是这么引入
import useEcharts from "@mineadmin/echarts/dist/index.umd.js";
// 实际开发是这么引入
// import useEcharts from "@mineadmin/echarts";
import {ref} from "vue";
const echarts = ref()
Expand Down

0 comments on commit 4fbb826

Please sign in to comment.