import { ChartwerkLinePod } from '@chartwerk/line-pod/dist/vue/VueChartwerkLinePod';
import Vue from 'vue';
Vue.component('chartwerk-line-pod', ChartwerkLinePod);
I've tested with used vue add with code
```
import { ChartwerkLinePod } from '@chartwerk/line-pod/dist/vue/VueChartwerkLinePod';
import Vue from 'vue';
Vue.component('chartwerk-line-pod', ChartwerkLinePod);
```
Extract vue logic to
vue
folderrename
VueChartwerkLinePod
toChartwerkLinePod
I don't know how to test it, so it might be buggy.
Maybe we should create example Vue app to deal wit this. Same thing for React
I've tested with used vue add with code