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.