Is it posible to lazy load this plugin? I am now importing this plugin in my main.js like this: ``` Vue.use(require('vue-chartist'), { messageNoData: 'Missing data', classNoData: 'empty' }) ```