UNPKG

@mozaic-ds/chart

Version:

<p align="center"> <img alt="ADEO Design system - Chart library" src="./.storybook/assets/adeo-design-system-chart-banner.svg" /> </p>

9 lines (6 loc) 189 B
import type { App } from 'vue'; import BubbleChart from './BubbleChart.vue'; BubbleChart.install = (app: App) => { app.component('BubbleChart', BubbleChart); }; export { BubbleChart };