Not working with Vue3
See original GitHub issueFirst and foremost, love this package, thank you for all your work on this.
Bug Description
A description of the bug
When running depcheck it throws an error: “Vue packages version mismatch”
- vue@3.0.2 (/Users/xxx/node_modules/vue/index.js)
- vue-template-compiler@2.6.12 (/Users/xxxx/node_modules/vue-template-compiler/package.json)
Vue3 doesn’t use the template compiler anymore though. As mentioned here:
https://github.com/vuejs/vue-next/issues/670#issuecomment-579785869
Versions
node -v
: 12.13.0npm -v
: 6.13.1depcheck --version
: 1.3.1
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Vue.js 3: Cannot import Vue global object - Stack Overflow
I have Vue 3 installed via NPM. Clearly there is something critical that I don't understand about NPM imports, how could the {createApp}...
Read more >this.$set not working in Vue3 - Laracasts
set not working in Vue3. I am facing an issue where when using this line of code this.$set(this.otp, this.activeInput, value);. Copy Code
Read more >Storybook 6.5 does not work with vue 3 · Issue #18264 - GitHub
When trying to create a storybook reproduction setup, even the default vue 3 configuration does not work. It shows the following error:.
Read more >Vue3 Framework7 method $on not working
I'm migrating a project that I have from framework7 vue to the new version of it, however, in this change, a function that...
Read more >Vue3: withDefaults(defineProps<T>(),{}) does not work when ...
Vue3 : withDefaults(defineProps<T>(),{}) does not work when working with a Typescript interface ... What steps will reproduce the issue? ... Props defined with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Woop woop let’s goooo! 🎉
I’ll review later this afternoon (Europe time) ✌️ @rumpl