question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’m currently migrating my code to Vue 3 RC1 and I got the following warnings:

[Vue warn]: Property "$listeners" was accessed during render but is not defined on instance. 
[Vue warn]: v-on with no argument expects an object value. 

I’ts a project generated with Vue CLI.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
madmoizocommented, Mar 8, 2022

@17OChris switch to https://github.com/visualfanatic/vue-svg-loader if you need Vue 3 support

0reactions
17OChriscommented, Mar 8, 2022

We tried using this - but it wont compile with our project. We switched to this and it compiles, and by using the fork I made it now compiles with no errors

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vue router with Vue 3 raises 17 warnings and the contents of ...
Vue router with Vue 3 raises 17 warnings and the contents of the app file ... is 17 warnings are raised in cmd...
Read more >
get warning using @vue/compat · Issue #6206 · vuejs/core
The error message is telling you how to disable Vue 2 compat for v-model as you are already using Vue 3 syntax. <template>...
Read more >
vue3-simple-alert - npm
vue3 -simple-alert. TypeScript icon, indicating that this package has built-in type declarations · Readme · Code Beta · 1 Dependency · 0 Dependents ......
Read more >
Sppress warnings in vue-cli 3 - Get Help
Hello, Recently I faced some warnings when building production due to https://github.com/webpack-contrib/mini-css-extract-plugin/issues/250 ...
Read more >
@vue/compat - npm Package Health Analysis | Snyk
Pick off individual warnings. Note some features have conflicting behavior between Vue 2 and Vue 3 - for example, the render function API,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found