import Chartkick from 'vue-chartkick' export default async ({ Vue }) => { Vue.use(Chartkick) }