Savannah Pyle

Results 6 comments of Savannah Pyle
trafficstars

This would realllyyy help! Instead have to use type any just to get it to compile when it comes to your store.ts file

When I install this, it says" Vue packages version mismatch: - [email protected] (C:\Users\xxxx\projects\xxx\node_modules\vue\index.js) - [email protected] (C:\Users\xxxx\projects\xxxx\node_modules\vue-template-compiler\package.json) It does this every time and I've tried about 5 different ways for this...

@afontcu The testing library says that vue-template-compiler is a required peer dependency. If I uninstall it, it says that its missing and is needed. I already have @vue/compiler-sfc 3.0.5

@afontcu yes I am!

I see, here is my link @afontcu https://gist.github.com/savannahp/3ac3e009077a174764b6e9fea096b65a

Another tid bit, I have it running now after I updated Vue Jest. The router examples, don't work with the Vue 3 recommended vue router version ^4.0.3, I noticed you...