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) 171 B
import type { App } from 'vue'; import BarChart from './BarChart.vue'; BarChart.install = (app: App) => { app.component('BarChart', BarChart); }; export { BarChart };