Skip to content

Commit

Permalink
fix: also load required echarts functionalities on server side
Browse files Browse the repository at this point in the history
fix #11
  • Loading branch information
kingyue737 committed Nov 10, 2024
1 parent 18c285a commit 5b91e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/VChartIsland.server.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import * as echarts from 'echarts'
import '#build/echarts.mjs'
import { ref } from 'vue'
import type { Option, InitOptions, Theme } from '../types'
Expand Down

0 comments on commit 5b91e00

Please sign in to comment.