Framework7 v2 error

I am getting an error with framework 7 v2
Uncaught TypeError: Cannot read property '$' of undefined | framework7-vue.esm.js:218
I am simply doing

import Framework7 from 'framework7';
import { Framework7Vue } from 'framework7-vue';
let f7 = new Framework7({
    theme: 'md'
});

Could anyone please help me with this? It seems to be an issue related to dom7 not being there.

Hey @owen-mills

Check this

Do you sure framework7-vue is compatibled with v2? I don’t…