index.js 108 B

123456
  1. import Charts from './src/main.vue'
  2. export default function (Vue) {
  3. Vue.component(Charts.name, Charts)
  4. }