index.js 96 B

123
  1. import ChartPie from './pie.vue'
  2. import ChartBar from './bar.vue'
  3. export { ChartPie, ChartBar }