Skip to content

Commit 885c111

Browse files
authored
fix: fix the error when loading chart component (#2921)
1 parent 57023fc commit 885c111

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/sites/demos/mobile-first/app/tabs/show-echarts.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
</template>
1111

1212
<script>
13-
import { TinyTabs, TinyTabItem, TinyHuichartsBar, TinyHuichartsGauge } from '@opentiny/vue'
13+
import { TinyTabs, TinyTabItem } from '@opentiny/vue'
14+
import { TinyHuichartsBar, TinyHuichartsGauge } from '@opentiny/vue-huicharts'
1415
1516
export default {
1617
components: {

packages/vue/src/huicharts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@opentiny/vue-huicharts-bmap": "workspace:~",
4545
"@opentiny/vue-huicharts-graph": "workspace:~",
4646
"@opentiny/vue-huicharts-sunburst": "workspace:~",
47+
"@opentiny/vue-huicharts-process": "workspace:~",
4748
"@opentiny/vue-common": "workspace:~",
4849
"@opentiny/vue-locale": "workspace:~",
4950
"@opentiny/vue-theme": "workspace:~",

0 commit comments

Comments
 (0)