You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{defineComponent}from'vue'importVueRouterfrom'vue-router'declareconstFoo : ()=>{$props: {}}defineComponent({components: {// works well in both vue 2.7 and vue 3
Foo
},})newVueRouter({routes: [{// Type '() => { $props: {}; }' is not assignable to type 'Component | undefined'.component: Foo}]})
The text was updated successfully, but these errors were encountered:
Version
3.6.2
Steps to reproduce
The text was updated successfully, but these errors were encountered: